body { font-family: $default_font; h1, h2, h3, h4, h5, h6 { font-family: $title_font; color: $d-primary-intense; } .title { &.is-1 { color: $d-primary-intense; font-weight: 700; font-size: 32px; line-height: 37px; margin-bottom: 1rem; } &.is-2 { color: $d-primary-intense; font-size: 20px; line-height: 23px; margin-bottom: 1rem; } &.is-3 { color: $d-primary-intense; font-family: $title_font; font-weight: 700; font-style: normal; font-size: 24px; line-height: 28px; margin-bottom: 1rem; } } .is-1 { color: $d-primary-intense; font-weight: 700; font-size: 32px; line-height: 37px; margin-bottom: 1rem; } .is-2 { color: $d-primary-intense; font-size: 20px; line-height: 23px; margin-bottom: 1rem; } .is-3 { color: $d-primary-intense; font-family: $title_font; font-weight: 700; font-style: normal; font-size: 24px; line-height: 28px; margin-bottom: 1rem; } .nobold { font-weight: normal; } .text-right { text-align: right; } .text-center { text-align: center; } .icon-success { fill: $success_color; } }