//--- GENERIC .sections { font: 16px/26px $font-family-primary; h2 { font: 24px/30px $font-family-secondary-bold; color: $color-text-intro-primary;; } a { text-decoration: none; border-bottom: none; font: 16px/26px $font-family-primary-black; color: $color-teaser-menu-primary; } a:hover { color: $color-link-primary-hover; } } //--- HEADING .sections-default-heading { color: $color-text-intro-primary; font: 24px/30px $font-family-secondary-bold; } //--- QUOTE .sections-default-quote { blockquote { p{ font: italic 18px/26px $font-family-secondary-black; } footer { font: italic 16px/26px $font-family-secondary-black; } } } //--- INFOBOX .sections-default-infobox { &:before { font-weight: bold; } }