:root{
/* Helvetica Neue LT Std → sustituida por Roboto (secundaria digital oficial, manual p.41) */
--font-display:"Roboto Condensed", "Arial Narrow", Arial, sans-serif; /* titulares: MAYÚSCULA, condensado, Black */
--font-body:"Roboto", Arial, sans-serif;
--weight-light:300;
--weight-regular:400;
--weight-bold:700;
--weight-black:900;
/* Escala tipográfica */
--text-display:clamp(40px,6vw,72px); /* titulares black condensed uppercase */
--text-h1:40px;
--text-h2:28px;
--text-h3:20px;
--text-subtitle:16px;   /* subtítulos: MAYÚSCULA light/bold */
--text-base:16px;
--text-small:13px;
--text-caption:11px;
--tracking-display:0.01em;
--tracking-subtitle:0.14em; /* subtítulos en mayúscula respiran */
--leading-tight:1.05;
--leading-body:1.5;
}
