/* ============================================================
   Typography tokens — AVOW Digital
   Tight, editorial display type with heavy negative tracking;
   calm body copy; uppercase letter-spaced kickers; Inter
   tabular figures for every number, score, and price.
   ============================================================ */
:root {
  /* --- Type scale (px) --- */
  --text-display: clamp(40px, 5.6vw, 74px); /* hero */
  --text-h1: 48px;                          /* page title (ov-title) */
  --text-h2: clamp(30px, 3.6vw, 46px);      /* section heads */
  --text-h3: 22px;                          /* card group / sub head */
  --text-kpi: 38px;                         /* big numerals */
  --text-lead: clamp(16px, 1.4vw, 19px);    /* intro paragraphs */
  --text-body: 15px;                        /* default body */
  --text-sm: 13px;                          /* controls, nav */
  --text-xs: 12px;                          /* meta */
  --text-kicker: 11px;                      /* eyebrow */
  --text-micro: 10px;                       /* status badges */

  /* --- Weights --- */
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;  /* display + headings live here, NOT 700 */
  --weight-bold: 700;      /* badges, brandmark, table emphasis */

  /* --- Line heights --- */
  --leading-display: 0.98;
  --leading-tight: 1.05;
  --leading-snug: 1.3;
  --leading-body: 1.6;
  --leading-relaxed: 1.75;

  /* --- Letter spacing --- */
  --tracking-display: -0.035em; /* hero */
  --tracking-h2: -0.028em;
  --tracking-tight: -0.015em;   /* card titles */
  --tracking-normal: 0;
  --tracking-kicker: 0.2em;     /* uppercase eyebrows */
  --tracking-badge: 0.1em;      /* status badges */
  --tracking-brand: 0.02em;     /* AVOW wordmark */
}
