/* Guidance Brand Stylesheet — Shared across all pages
   Loaded by homepage directly and injected by homepage-header-standard.js
   on all other pages.

   Typography rule: Lexend is for marketing display text (h1, h2, hero titles,
   section titles) only. Inter stays for navigation, buttons, body copy, forms,
   tables, calculators, labels, and numerical UI.
*/

/* Lexend display font override */
h1,
h2,
.hero h1,
.section-title,
.hero-title {
  font-family: 'Lexend', 'Inter', system-ui, sans-serif;
  font-weight: 700;
}

/* Preserve Inter for everything else explicitly */
nav,
button,
input,
select,
textarea,
table,
th,
td,
label,
.nav-links,
.nav-cta,
footer {
  font-family: 'Inter', system-ui, sans-serif;
}
