body { h1, h2, h3, h4, h5, h6 { font-family: $title_font; color: $primary_color; } h1 { font-family: $title_font; &::after { background-color: $primary_color; height: 2px; } } h2 { font-family: $title_font; font-size: 1.75rem; font-weight: 600; line-height: 2rem; margin-bottom: 2rem; } h3 { font-family: $title_font; } h4 { font-family: $title_font; } .nobold { font-weight: normal; } .text-right { text-align: right; } .text-center { text-align: center; } }