@font-face {
 font-family:'SWC Barlow Display';
 font-style:normal;
 font-weight:700;
 font-display:swap;
 src:url('/assets/fonts/hero-barlow-20260912/barlow-semi-condensed-700-latin.woff2') format('woff2');
}
/* Only the homepage brand heading changes; shared typography stays intact. */
#top #hero .sc-brand-title {
 font:700 64px/1 'SWC Barlow Display','Arial Narrow',Arial,sans-serif;
 letter-spacing:0;
 text-transform:uppercase;
 text-wrap:balance;
}
@media(max-width:1000px) {
 #top #hero .sc-brand-title { font-size:56px; }
}
@media(max-width:700px) {
 #top #hero .sc-brand-title { font-size:44px;line-height:1.05; }
}
@media(max-width:370px) {
 #top #hero .sc-brand-title { font-size:40px; }
}
@media(max-height:650px) and (min-width:701px) {
 #top #hero .sc-brand-title { font-size:56px; }
}
