/* <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Jost:wght@200;300;400;500&display=swap" rel="stylesheet"> */
/* ── FONT OVERRIDE — CORMORANT + JOST ────── */

body, p, a, span, li, footer {
  font-family: 'Jost', sans-serif !important;
  font-weight: 300;
  letter-spacing: 0.04em;
}

h1, h2, h3, h4,
.hero h1,
.section h2,
.card h3 {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 300 !important;
  font-style: italic !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
}

/* Hero — tall, razor-thin, editorial */
.hero h1 {
  font-size: clamp(70px, 10vw, 130px) !important;
  line-height: 0.95 !important;
  font-weight: 300 !important;
  font-style: italic !important;
}

/* Section headings */
.section h2 {
  font-size: clamp(42px, 5.5vw, 78px) !important;
  line-height: 1.0 !important;
  font-weight: 300 !important;
}

/* Card headings — upright, not italic */
.card h3 {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 1.5rem !important;
  letter-spacing: 0.04em !important;
}

/* Body copy — airy and light */
.section p, .bio p, .card p, footer {
  font-family: 'Jost', sans-serif !important;
  font-weight: 200 !important;
  font-size: 1rem !important;
  line-height: 1.85 !important;
  letter-spacing: 0.05em !important;
}

/* Nav — small caps feel */
.nav-link, .nav a {
  font-family: 'Jost', sans-serif !important;
  font-weight: 400 !important;
  font-size: 13px !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

.nav-logo {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 300 !important;
  font-style: italic !important;
  font-size: 1.6rem !important;
  letter-spacing: 0.08em !important;
}

/* CTA button */
.cta, .nav-cta {
  font-family: 'Jost', sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.2em !important;
  font-size: 0.8rem !important;
  text-transform: uppercase !important;
}