@mixin sans-family { @include body-family; } @mixin body-family { font-family: $default-font-family; } @mixin title-family { font-family: $title-font-family; } @mixin body-large { font-size: $f4; line-height: 1.5; } @mixin body-medium { font-size: $f5; line-height: 18px; } @mixin body-small { font-size: $f6; line-height: 1.5; } @mixin title-large { font-size: $h1; line-height: 1.125; }