/* ============================================================
   Aeris One — Typography tokens
   ============================================================ */

:root {
  /* ---- Families ---- */
  --font-display: 'Schibsted Grotesk', 'Segoe UI', system-ui, sans-serif;
  --font-sans:    'Schibsted Grotesk', 'Segoe UI', system-ui, sans-serif;
  --font-mono:    'Geist Mono', ui-monospace, 'SF Mono', Menlo, monospace;

  /* ---- Type scale (px in rem; 16px base) ----
     Major-third-ish ramp tuned for confident marketing headlines. */
  --text-2xs:  0.6875rem;  /* 11 — micro labels, only on mono/uppercase */
  --text-xs:   0.75rem;    /* 12 */
  --text-sm:   0.875rem;   /* 14 */
  --text-base: 1rem;       /* 16 — body default */
  --text-md:   1.125rem;   /* 18 — lead body */
  --text-lg:   1.375rem;   /* 22 */
  --text-xl:   1.75rem;    /* 28 */
  --text-2xl:  2.25rem;    /* 36 */
  --text-3xl:  2.875rem;   /* 46 */
  --text-4xl:  3.75rem;    /* 60 */
  --text-5xl:  4.75rem;    /* 76 — hero display */

  /* ---- Weights ---- */
  --fw-regular:  400; /* @kind font */
  --fw-medium:   500; /* @kind font */
  --fw-semibold: 600; /* @kind font */
  --fw-bold:     700; /* @kind font */
  --fw-extra:    800; /* @kind font */

  /* ---- Line heights ---- */
  --lh-tight:   1.05; /* @kind font */  /* display headlines */
  --lh-snug:    1.18; /* @kind font */  /* sub-heads */
  --lh-normal:  1.5; /* @kind font */   /* body */
  --lh-relaxed: 1.65; /* @kind font */  /* long-form German body */

  /* ---- Letter spacing ---- */
  --ls-tight:   -0.02em; /* @kind font */  /* large display */
  --ls-snug:    -0.011em; /* @kind font */ /* headings */
  --ls-normal:  0; /* @kind font */
  --ls-wide:    0.04em; /* @kind font */   /* eyebrow / small caps */
  --ls-mono:    0.02em; /* @kind font */   /* mono labels */

  /* ---- Semantic roles ---- */
  --eyebrow-size: var(--text-xs); /* @kind font */
  --eyebrow-spacing: var(--ls-wide); /* @kind font */
}
