:root{
/* Voyage = display; PP Editorial New = editorial serif (italic accents, subheads); Neue Haas Grotesk = sans. All licensed, local. */
--font-display:'Voyage','PP Editorial New',Didot,serif;
--font-serif:'PP Editorial New',Georgia,serif;
--font-sans:'Neue Haas Grotesk','Helvetica Neue',Helvetica,Arial,sans-serif;
/* scale — oversized display beside very small practical labels */
--text-hero:clamp(64px,9vw,128px);
--text-display:56px;
--text-title:34px;
--text-subtitle:24px;
--text-body:16px;
--text-small:13px;
--text-caption:11px;
--text-micro:9.5px;
/* behavior */
--tracking-caps:.16em; /* condensed all-caps metadata & nav */
--tracking-wordmark:.04em;
--leading-display:.96;
--leading-body:1.55;
--weight-display:500;
--weight-display-strong:600;
}
