:root{
--font-display:'Marcellus',Georgia,serif; /* headlines, numerals, wordmark */
--font-body:'Archivo',system-ui,sans-serif; /* UI, body copy, labels */

/* Type scale (desktop) */
--text-hero:clamp(44px,6vw,84px); /* Marcellus, uppercase, tracking-wide */
--text-h1:56px;--text-h2:40px;--text-h3:28px;--text-h4:21px;
--text-lead:19px;--text-base:16px;--text-sm:14px;--text-xs:12px;

/* Weights (Archivo) */
--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;

/* Tracking */
--tracking-display:.04em; /* Marcellus caps headlines */
--tracking-eyebrow:.18em; /* small uppercase labels */
--tracking-body:0;

/* Leading */
--leading-display:1.05;--leading-tight:1.2;--leading-body:1.6;

/* Composite styles */
--style-eyebrow:var(--weight-semibold) var(--text-xs)/1 var(--font-body); /* + uppercase + tracking-eyebrow */
}
