:root{
--font-display:"Archivo",system-ui,sans-serif;   /* substitute — heavy, tight, uppercase */
--font-body:"Public Sans",system-ui,sans-serif;  /* humanist grotesk, long-form editorial */
/* Display / headline scale */
--text-hero:clamp(44px,6.5vw,88px);
--text-h1:clamp(36px,4.5vw,60px);
--text-h2:clamp(28px,3.2vw,42px);
--text-h3:24px;
--text-lead:20px;
--text-body-size:17px;
--text-small:14px;
--text-eyebrow:13px;
/* Display treatment */
--weight-display:800;
--tracking-display:-0.015em;
--leading-display:0.98;
--tracking-eyebrow:0.22em; /* uppercase kicker */
--leading-body:1.65;
}
a{color:var(--link);text-decoration:none}
a:hover{color:var(--gold-300)}
