/* Shared primary-site headline style, matching Home and Success. */
body.home-centered main :is(h1,h2),
body.page-how-it-works .hiw-page :is(h1,h2),
body.page-about .ab-page :is(h1,h2),
body.page-results .rs-page :is(h1,h2),
body.blog-theme main :is(h1,h2){
 font-family:Anton,Impact,sans-serif!important;
 font-weight:400!important;
 letter-spacing:0!important;
 line-height:1.18!important;
 text-transform:uppercase;
}
body.page-how-it-works .hiw-page .hiw-hero h1{font-size:clamp(40px,5.3vw,74px);max-width:1050px}
body.blog-theme .blog-index-heading h1{font-size:clamp(38px,4.5vw,62px)}
body.blog-theme .blog-article h1{font-size:clamp(34px,3.9vw,54px)}
