/*
  Rushers Brand Guide — Typography
  ─────────────────────────────────────────────────────────────────
  Branding/Logo : Norwester (Google Fonts)
  Headings H1   : Jost 300 Light     → sostituto fedele di Avenir Light
  Headings H2   : Jost 400 Italic    → Avenir Book Oblique
  Headings H3   : Jost 400           → Avenir Book
  Nav / CTA     : Jost 900           → Avenir Heavy
  Payoff/label  : Jost 700 uppercase → evoca Copperplate Bold
  Body/paragrafi: Jost 400           → Avenir Roman
  ─────────────────────────────────────────────────────────────────
*/

@import url('https://fonts.googleapis.com/css2?family=Norwester&family=Jost:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400&display=swap');

/* ── Body base ── */
body {
  font-family: 'Jost', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
}

/* ── H1 → Avenir Light ── */
h1,
.hero-copy h1,
#heroTitle {
  font-family: 'Jost', -apple-system, sans-serif;
  font-weight: 300;
  letter-spacing: -0.015em;
}

/* ── H2 → Avenir Book Oblique ── */
h2,
.steps-flow-head h2,
.delivery-orbit-copy h2,
.earnings-widget-title h2,
.faq-links-head h2,
.form-wrap h2,
.form-wrap-secondary h2 {
  font-family: 'Jost', -apple-system, sans-serif;
  font-weight: 400;
  font-style: italic;
}

/* ── H3 → Avenir Book ── */
h3 {
  font-family: 'Jost', -apple-system, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* ── Payoff / label → Copperplate Bold style ── */
.rushers-payoff,
.hero-copy p#heroDesc,
#heroDesc,
.market-counter {
  font-family: 'Jost', sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ── Nav / CTA → Avenir Heavy ── */
.lang-btn,
.theme-toggle,
.top-home-link,
nav a,
.cta-btn,
.join-btn {
  font-family: 'Jost', sans-serif;
  font-weight: 900;
  letter-spacing: 0.04em;
}

/* ── Body copy → Avenir Roman ── */
p,
.step-desc,
.faq-answer,
.earnings-detail {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
}
