:root{
  --font-display:"Poppins",system-ui,sans-serif;   /* headings, buttons, nav, metrics */
  --font-text:"Inter",system-ui,sans-serif;        /* body, tables, forms, data */

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

  /* Scale from the brand guideline */
  --text-h1-size:48px;   --text-h1-line:1.2;  --text-h1-weight:700;
  --text-h2-size:32px;   --text-h2-line:1.2;  --text-h2-weight:700;
  --text-h3-size:24px;   --text-h3-line:1.2;  --text-h3-weight:600;
  --text-h4-size:20px;   --text-h4-line:1.4;  --text-h4-weight:600;
  --text-subtitle-size:16px; --text-subtitle-line:1.4; --text-subtitle-weight:500;
  --text-body-size:14px; --text-body-line:1.6; --text-body-weight:400;
  --text-small-size:12px;--text-small-line:1.6;--text-small-weight:400;

  /* Metric / KPI numerals — Poppins, tabular feel */
  --text-metric-size:32px; --text-metric-weight:700; --text-metric-line:1.1;

  /* Eyebrow / overline label */
  --text-label-size:11px; --text-label-weight:600; --text-label-tracking:0.08em;

  --tracking-tight:-0.02em;
  --tracking-normal:0;
  --tracking-wide:0.08em;
}
