:root{
/* Families — KEINE System-/Generik-Fonts (kein Inter/Roboto/Arial) */
--font-sans:"Archivo","Helvetica Neue",sans-serif;
--font-serif:"Source Serif 4",serif; /* editorialer Akzent, sparsam */
/* Display = Archivo SemiExpanded (width-Achse), leicht negative Laufweite */
--stretch-display:112.5%;
--stretch-text:100%;
--track-display:-0.02em;
--track-tight:-0.01em;
--track-caps:0.08em;
/* Scale — wenige, große Stufen */
--text-hero:64px;      --leading-hero:1.04;
--text-h1:52px;        --leading-h1:1.08;
--text-h2:38px;        --leading-h2:1.15;
--text-h3:26px;        --leading-h3:1.25;
--text-lead:22px;      --leading-lead:1.5;
--text-body:18px;      --leading-body:1.6;
--text-small:16px;     --leading-small:1.5;
--text-caps:15px;      /* Eyebrow/Label, nie kleiner */
--text-stat:72px;      --leading-stat:1;
/* Weights */
--weight-regular:400;
--weight-medium:500;
--weight-semibold:600;
--weight-bold:700;
}
