@use "vars"; @use "main"; main { margin-top: 50px; min-height: 40em; } h1 { color: vars.getColor('brand-orange'); } .info-heading { text-align: center; margin: 8em 1em 7em 1em; h3 { margin-bottom: 3em; } } .brand-button { @include vars.brand-button("brand-orange"); }