/* ============================================================
   MUGEN° — Typography scale
   Massive, tightly-tracked Inter display headlines (line-height
   ~0.85–0.9, tracking −0.03 to −0.04em). Body in Inter at calm
   tracking. Geist for small uppercase eyebrow labels & numerals.
   ============================================================ */
:root {
  /* Weights */
  --fw-regular: 400; /* @kind font */
  --fw-medium: 500; /* @kind font */
  --fw-semibold: 600; /* @kind font */
  --fw-bold: 700; /* @kind font */
  --fw-heavy: 800; /* @kind font */

  /* Display — fluid, clamps to viewport. Use for hero/section heads. */
  --text-display-1: clamp(3.25rem, 9vw, 8.25rem);   /* hero */
  --text-display-2: clamp(2.5rem, 6vw, 5rem);        /* section headline */
  --text-display-3: clamp(2rem, 4vw, 3.25rem);       /* sub-headline */

  /* Headings */
  --text-h1: 3.25rem;   /* 52 */
  --text-h2: 2.5rem;    /* 40 */
  --text-h3: 2rem;      /* 32 */
  --text-h4: 1.5rem;    /* 24 */
  --text-h5: 1.25rem;   /* 20 */

  /* Body */
  --text-lead: 1.5rem;     /* 24 — intro paragraphs */
  --text-body-lg: 1.25rem; /* 20 — default site body */
  --text-body: 1.0625rem;  /* 17 */
  --text-body-sm: 0.9375rem;/* 15 */

  /* Labels (Geist) — eyebrows, meta, numerals */
  --text-label: 0.8125rem;  /* 13 */
  --text-label-sm: 0.6875rem;/* 11 */
  --text-label-xs: 0.625rem; /* 10 */

  /* Line heights */
  --lh-display: 0.88; /* @kind font */
  --lh-tight: 1.02; /* @kind font */
  --lh-heading: 1.08; /* @kind font */
  --lh-snug: 1.3; /* @kind font */
  --lh-body: 1.55; /* @kind font */

  /* Tracking */
  --tracking-display: -0.04em; /* @kind font */
  --tracking-tight: -0.03em; /* @kind font */
  --tracking-snug: -0.015em; /* @kind font */
  --tracking-normal: -0.01em; /* @kind font */
  --tracking-label: 0.08em; /* @kind font */
  --tracking-label-wide: 0.14em; /* @kind font */
}
