/* ============================================================
   PitchScout AI — Typography tokens
   Space Grotesk for display + UI, Space Mono for labels/metadata.
   Modular scale, ratio 1.22, 16px base.
   ============================================================ */

:root {
  /* ====== FAMILIES ====== */
  --font-display: 'Space Grotesk', system-ui, -apple-system, sans-serif;
  --font-ui:      'Space Grotesk', system-ui, -apple-system, sans-serif;
  --font-mono:    'Space Mono', ui-monospace, 'SF Mono', Menlo, monospace;

  /* ====== TYPE SCALE (1.22 ratio, 16px base) ====== */
  --text-xs:   12px;
  --text-sm:   14px;
  --text-base: 16px;
  --text-md:   18px;
  --text-lg:   22px;
  --text-xl:   28px;
  --text-2xl:  36px;
  --text-3xl:  46px;
  --text-4xl:  60px;
  --text-5xl:  78px;

  /* ====== LINE HEIGHT ====== */
  --lh-tight: 1.05; /* @kind other */
  --lh-snug:  1.25; /* @kind other */
  --lh-base:  1.5; /* @kind other */

  /* ====== TRACKING ====== */
  --track-tight: -0.03em;  /* wordmark / large display */
  --track-snug:  -0.01em;  /* headings */
  --track-wide:   0.04em;
  --track-caps:   0.14em;  /* mono eyebrow labels */

  /* ====== WEIGHTS ====== */
  --fw-regular: 400;  /* @kind other */
  --fw-medium:  500;  /* @kind other */
  --fw-semi:    600;  /* @kind other */
  --fw-bold:    700;  /* @kind other */
}
