@use "./variables" as *; @use "./alert"; body { font-family: $mainFontStack; line-height: 1.65; color: #000000; } %heading { font-family: $titleFontStack; margin-block-start: 0.75em; margin-block-end: 0.25em; } h1 { @extend %heading; font-size: 3.25rem; line-height: 1.3; } h2 { @extend %heading; font-size: 2.5rem; line-height: 1.55; } h3 { @extend %heading; font-size: 2rem; line-height: 1.55; } h4 { @extend %heading; font-size: 1.25rem; line-height: 1.55; }