/* DM Sans Bold carries titles and high-impact text (§7). Inter carries everything
   functional — "legibilidad y un tono de voz funcional, personal y limpio". */
:root{
  --text-display-1:clamp(3rem,7vw,5.5rem);
  --text-display-2:clamp(2.5rem,5vw,4rem);
  --text-h1:clamp(2rem,3.6vw,3rem);
  --text-h2:clamp(1.625rem,2.6vw,2.25rem);
  --text-h3:1.75rem;
  --text-h4:1.375rem;
  --text-body-lg:1.125rem;
  --text-body:1rem;
  --text-body-sm:0.875rem;
  --text-caption:0.75rem;
  --text-overline:0.75rem;

  /* 2026 brochure scale (1920×1080 pages) — exact values from Brochure 2026.fig */
  --deck-stat:140px;        /* DM Sans Medium, lavender, lh 1.3 */
  --deck-cover:88px;        /* DM Sans Medium, lh 1.3 */
  --deck-h1:56px;           /* DM Sans Bold, lh 1.3 */
  --deck-h2:36px;           /* DM Sans Medium, lh 1.3 */
  --deck-h3:24px;           /* DM Sans Medium, lh 1.3 */
  --deck-body:20px;         /* Inter Regular / Medium, lh 1.5 */
  --deck-eyebrow:20px;      /* Inter Medium, uppercase, no tracking */
  --deck-chip:12px;         /* Inter Medium, lh 1.4 */
  --deck-button:16px;       /* Inter Semi Bold, lh 1.5 */
  --leading-deck:1.3;

  --leading-tight:1.04;
  --leading-snug:1.18;
  --leading-normal:1.5;
  --leading-relaxed:1.65;

  --weight-regular:400;
  --weight-medium:500;
  --weight-semibold:600;
  --weight-bold:700;
  --weight-extrabold:800;
  --weight-black:900;

  --tracking-display:-0.02em;
  --tracking-tight:-0.01em;
  --tracking-normal:0;
  --tracking-overline:0.14em;
}
