/* ============================================================
   Site-wide typography — loaded LAST on every page.
   Source of truth is the index hero: Inter, headings at 500,
   subheadlines at 400, nothing italic, nothing thin.
   ============================================================ */

:root{--font:'Inter','Helvetica Neue',Helvetica,Arial,sans-serif !important}

html,body,button,input,select,textarea{
  font-family:'Inter','Helvetica Neue',Helvetica,Arial,sans-serif !important;
  font-optical-sizing:auto;
}

/* ---- Headlines: same as the index hero (Inter 500, tight tracking) ---- */
h1,h2,h3,h4,h5,h6,
.hero-q-h1,.section-headline,.s-title,.page-headline,.lead-title,.lp-title,
.card-h,.card-title,.pkg-name,.pkg-bigword,.sys-name,.wk-title,.form-title,
.nf-h1,.certs-head,.about-inner h2,.cta-inner h2,.guarantee h3,
.method-step .ms-word,.statement .scrub,.pkg-outcome,.aph-name b,
.trust-num,.tile .big-n,.pkg-price,.faq-q{
  font-family:'Inter','Helvetica Neue',Helvetica,Arial,sans-serif !important;
  font-weight:500 !important;
  font-style:normal !important;
}
h1,.hero-q-h1,.page-headline,.nf-h1{letter-spacing:-.03em !important}
h2,h3,.section-headline,.s-title,.lead-title,.lp-title,.about-inner h2,.cta-inner h2{letter-spacing:-.025em !important}

/* Accent words inside headlines: same weight and no slant, only the colour changes */
h1 em,h2 em,h3 em,h4 em,h1 i,h2 i,h3 i,h4 i,
.hero-q-h1 em,.section-headline em,.s-title em,.page-headline em,.lead-title em,
.lp-title em,.method-step .ms-word em,.cta-inner h2 em,.section.cta h2 em,.pkg-custom-text em{
  font-style:normal !important;
  font-weight:inherit !important;
  border-bottom:none !important;
}

/* ---- Subheadlines: same as the index hero sub (Inter 400) ---- */
.hero-q-sub,.hero-sub,.section-sub,.s-sub,.page-sub,.lede,.lp-sub,.os-sub,
.funnel-sub,.gate-sub,.nf-sub,.form-sub,.form-card-sub,.certs-sub,.card-sub,
.about-hero-sub,.svc-price-sub,.vs-free-sub,.pkg-seemore-sub,.sub,
.lead-copy,.pkg-header-note,.pkg-desc,.sys-desc,.method-step .ms-desc,
.about-inner p,.cta-inner p,.guarantee p{
  font-family:'Inter','Helvetica Neue',Helvetica,Arial,sans-serif !important;
  font-weight:400 !important;
  font-style:normal !important;
}
.hero-q-sub strong,.hero-sub strong,.lead-copy b,.section-sub strong,.lede strong{font-weight:500 !important}

/* ---- Eyebrows / kickers: one style everywhere ---- */
.eyebrow,.a-eyebrow,.hero-eyebrow,.certs-eyebrow,.pillar-eyebrow,.res-eyebrow,
.lp-eyebrow,.blog-eyebrow,.lead-eyebrow,.os-kicker,.h1-kicker,.s-tag,.section-label,
.pkg-tier,.ms-num,.sys-num,.funnel-n{
  font-family:'Inter','Helvetica Neue',Helvetica,Arial,sans-serif !important;
  font-weight:500 !important;
  font-style:normal !important;
}

/* ---- No slanted text anywhere on the site ---- */
em,i,cite,q,blockquote,figcaption,.testi-quote,.lp-meta,.pkg-note{font-style:normal !important}
