:root{
/* Indivisible (brand) is not freely licensed — Archivo substitutes for display/headings; Raleway is the true brand body face. */
--font-display:'Archivo',ui-sans-serif,system-ui,sans-serif;
--font-body:'Raleway',ui-sans-serif,system-ui,sans-serif;
/* Weights — headings are Bold, sentence case; Thin reserved for indexes/footers (may be ALL CAPS) */
--weight-thin:100;--weight-light:300;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--weight-heavy:800;--weight-black:900;
/* Scale */
--text-hero:clamp(3rem,7vw,6.5rem);
--text-display:clamp(2.25rem,4.5vw,3.75rem);
--text-h1:2.25rem;--text-h2:1.75rem;--text-h3:1.375rem;--text-h4:1.125rem;
--text-body-lg:1.125rem;--text-body-md:1rem;--text-body-sm:.875rem;--text-caption:.75rem;
/* Leading + tracking */
--leading-tight:1.05;--leading-snug:1.2;--leading-normal:1.6;
--tracking-tight:-0.02em;--tracking-caps:0.14em;
}