:root{
/* Geist única familia. Bold titulares · Regular cuerpo · Light textos grandes ligeros */
--font-family:"Geist",system-ui,sans-serif;
--font-mono:"Geist Mono",ui-monospace,monospace; /* datos, cifras, tablas — nunca titulares ni cuerpo */
--fw-light:300; /* @kind font */
--fw-regular:400; /* @kind font */
--fw-bold:700; /* @kind font */
/* Escala fluida */
--fs-display:clamp(2.5rem,6vw,4.5rem); /* @kind font */
--fs-h1:clamp(2rem,4vw,3rem); /* @kind font */
--fs-h2:clamp(1.5rem,2.5vw,2rem); /* @kind font */
--fs-h3:1.25rem;
--fs-body:1.0625rem;
--fs-small:0.875rem;
--fs-label:0.75rem;                    /* nodos constelación, eyebrows */
--lh-tight:1.1; /* @kind font */
--lh-body:1.65; /* @kind font */
--ls-label:0.08em;
}
