:root{
/* Families: SF Pro Display is the brand UI face (Light 300 / Regular 400 / Bold 700) */
--font-ui:'SF Pro',-apple-system,'Helvetica Neue',sans-serif;
--font-display:'Anton','Arial Narrow',sans-serif; /* echoes the extruded wordmark letterforms */
--font-script:'SignPainter','Caveat',cursive;     /* hand-painted accent, never for body */
/* Scale */
--text-xs:12px;--text-sm:14px;--text-base:16px;--text-lg:20px;--text-xl:28px;
--text-2xl:40px;--text-3xl:56px;--text-4xl:88px;
/* Weights (UI face) */
--weight-regular:400;--weight-medium:500;--weight-bold:700;--weight-black:900;
/* Leading + tracking */
--leading-tight:1.05;--leading-snug:1.2;--leading-normal:1.5;
--tracking-display:0.01em;--tracking-caps:0.08em;
}
