body{ color: $text_color; font-family: $root_font; font-size: 16px; font-weight: $font_weight_normal; background-color: #f8f9fa; button{ font-family: inherit; @include transition(); } } h1,h2,h3,h4,h5,h6, .widget_recent_entries a{ font-family: 'Libre Franklin'; } a{ text-decoration: none; color: $text_color; @include transition(); &:visited{ color: $text_color; } } p{ a{ &:hover{ color: $text_color; } } } .site-title{ font-size: 35px; font-weight: $font_weight_bold; } .#{$prefix}-section-title{ font-size: 25px; } .#{$prefix}-post-title{ @include limitation(); font-size: 18px; &.blook-line-limit-3{ @include limitation(3); } } .widget-title, .#{$prefix}-post-title-lg{ font-size: 24px; } .#{$prefix}-post-title-xs{ font-size: 16px; }