html, body{ font-family: $Regular; } h1{ text-transform: uppercase; } h2{ font-size: 2rem; } h5{ font-weight: normal; font-size: 1.2rem; } .card-title{ font-family: $Bold; font-size: 1.2rem; } p{ strong{ font-family: $Bold; font-weight: normal; } } .content{ p:nth-of-type(1){ font-size: 1.2rem; } } .sidebar{ .side-newsletter{ label{ font-size: 1.5rem; font-weight: normal; font-family: $Bold; } } } .cat{ width: 100%; a{ font-family: $Bold; } } .dt{ font-family: $Bold; }