:root{
  --font-display:"Space Grotesk","Plus Jakarta Sans",system-ui,-apple-system,sans-serif;
  --font-ui:"Plus Jakarta Sans","Space Grotesk",system-ui,-apple-system,sans-serif;
  --font-editorial:"Urbanist","Plus Jakarta Sans",system-ui,sans-serif;
  --font-numeric:"Space Grotesk",ui-monospace,monospace;

  /* Scale — 1.25 major-third-ish, tuned for dense dashboard UI */
  --text-3xs:10px;
  --text-2xs:11px;
  --text-xs:12px;
  --text-sm:13px;
  --text-base:14px;
  --text-md:15px;
  --text-lg:17px;
  --text-xl:20px;
  --text-2xl:24px;
  --text-3xl:30px;
  --text-4xl:38px;
  --text-5xl:48px;
  --text-6xl:64px;

  --leading-tight:1.1;
  --leading-snug:1.25;
  --leading-normal:1.45;
  --leading-relaxed:1.6;

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

  --tracking-tight:-0.02em;
  --tracking-snug:-0.01em;
  --tracking-normal:0;
  --tracking-wide:0.04em;
  --tracking-caps:0.12em; /* MAIN MENU / PREFERENCE eyebrow labels */
}
