:root{
--font-headline:"Archivo",system-ui,sans-serif;
--font-body:"Source Serif 4",Georgia,serif;
--font-ui:"Archivo",system-ui,sans-serif;
--font-stat:"Barlow Condensed","Archivo Narrow",sans-serif;
/* Scale */
--text-display:clamp(34px,4vw,52px);
--text-h1:32px;
--text-h2:24px;
--text-h3:19px;
--text-lede:19px;
--text-body-size:17px;
--text-ui:14px;
--text-caption:13px;
--text-overline:12px;
--text-stat:28px;
/* Weights */
--weight-black:800;
--weight-bold:700;
--weight-semibold:600;
--weight-regular:400;
/* Leading + tracking */
--leading-headline:1.08;
--leading-body:1.6;
--leading-ui:1.35;
--tracking-headline:-0.015em;
--tracking-overline:0.09em;
}
