:root{
--font-display:'Archivo',system-ui,sans-serif;
--font-body:'Source Sans 3',system-ui,sans-serif;
/* Scale */
--text-display:clamp(44px,5vw,64px);--text-h1:44px;--text-h2:32px;--text-h3:24px;--text-h4:19px;
--text-lg:19px;--text-md:16px;--text-sm:14px;--text-xs:12px;
/* Weights */
--weight-black:800;--weight-bold:700;--weight-semibold:600;--weight-medium:500;--weight-regular:400;
/* Leading & tracking */
--leading-tight:1.08;--leading-heading:1.15;--leading-body:1.55;
--tracking-display:-0.02em;--tracking-heading:-0.01em;--tracking-caps:0.08em;
}
