:root{
--font-sans:'Montserrat',ui-sans-serif,system-ui,sans-serif;
/* Weights from the brand's Paleta tipográfica: Light / Regular / Medium / Bold (+ExtraBold for logo-adjacent display) */
--weight-light:300;
--weight-regular:400;
--weight-medium:500;
--weight-bold:700;
--weight-display:800;
/* Scale */
--text-xs:12px;
--text-sm:14px;
--text-base:16px;
--text-lg:18px;
--text-xl:22px;
--text-2xl:28px;
--text-3xl:36px;
--text-display:56px;
--leading-tight:1.1;
--leading-normal:1.5;
--tracking-display:-0.02em;
}
