/**Typography Styling**/

.bold {
    font-weight: 700;
}

.italic {
    font-style: italic; 
}
