:root{
--font-display:"Montserrat","Helvetica Neue",Arial,sans-serif;   /* titles, UI, labels */
--font-body:"Source Sans 3","Montserrat",system-ui,sans-serif;   /* long-form copy */
--font-accent:"Instrument Serif","Georgia",serif;                 /* acentos editoriales, uso ocasional */
--font-icon:"Material Symbols Rounded";

--weight-regular:400; /* @kind other */
--weight-medium:500; /* @kind other */
--weight-semibold:600; /* @kind other */
--weight-bold:700; /* @kind other */
--weight-black:900; /* @kind other */

/* Fluid type scale — 1.25 ratio at desktop, compressed on mobile */
--fs-display-1:clamp(2.75rem,1.6rem + 4.6vw,5.25rem); /* @kind spacing */
--fs-display-2:clamp(2.25rem,1.45rem + 3.2vw,3.75rem); /* @kind spacing */
--fs-h1:clamp(2rem,1.4rem + 2.2vw,3rem); /* @kind spacing */
--fs-h2:clamp(1.625rem,1.25rem + 1.4vw,2.25rem); /* @kind spacing */
--fs-h3:clamp(1.25rem,1.1rem + .6vw,1.625rem); /* @kind spacing */
--fs-h4:1.125rem; /* @kind spacing */
--fs-lead:clamp(1.0625rem,1rem + .35vw,1.25rem); /* @kind spacing */
--fs-body-lg:1.0625rem; /* @kind spacing */
--fs-body-md:1rem; /* @kind spacing */
--fs-body-sm:.9375rem; /* @kind spacing */
--fs-caption:.8125rem; /* @kind spacing */
--fs-label:.75rem; /* @kind spacing */

--leading-tight:1.04; /* @kind other */
--leading-snug:1.18; /* @kind other */
--leading-normal:1.5; /* @kind other */
--leading-relaxed:1.62; /* @kind other */

--tracking-display:-.025em; /* @kind other */
--tracking-tight:-.012em; /* @kind other */
--tracking-normal:0; /* @kind other */
--tracking-label:.09em; /* @kind other */
--tracking-eyebrow:.14em; /* @kind other */

--measure-narrow:46ch; /* @kind other */
--measure-default:66ch; /* @kind other */
}
