:root{
--font-display:'Archivo Black',Archivo,sans-serif;/* headlines, AI ACT, posters */
--font-condensed:'Oswald',Archivo,sans-serif;/* vertical MAKE, kickers, labels, always uppercase */
--font-body:'Archivo',system-ui,sans-serif;/* everything else */
--font-mono:ui-monospace,Menlo,Consolas,monospace;/* code, docs */
/* Type scale (mobile-first; step up on >=768px) */
--text-poster:clamp(44px,9vw,96px);--text-h1:clamp(32px,6vw,56px);--text-h2:clamp(24px,4vw,36px);--text-h3:20px;--text-lg:18px;--text-md:16px;--text-sm:14px;--text-xs:12px;
--leading-tight:0.95;--leading-heading:1.1;--leading-body:1.55;
--tracking-caps:0.08em;/* condensed uppercase labels */
--weight-body:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;
}
