@use "./variables" as *; @use "./alert"; :root { font: 400 16px/1.65 $mainFontStack; } %heading { font-family: $titleFontStack; line-height: 1.25; margin-block-start: 0.75em; margin-block-end: 0.25em; } h1 { @extend %heading; font-size: 3.55rem; } h2 { @extend %heading; font-size: 2.75rem; } h3 { @extend %heading; font-size: 2rem; } h4 { @extend %heading; font-size: 1.25rem; }