/* Emergi-Care type system — Brand Standards v0.9 §05, with Juturu replacing Archivo (client-supplied). Base 18px, ratio 1.25. */
:root{
--font-sans:'Juturu',system-ui,-apple-system,'Segoe UI',Arial,sans-serif;
--font-serif:'GC Commune',Georgia,'Times New Roman',serif;
/* Sizes: clamp(mobile, fluid, desktop) */
--text-display:clamp(40px,calc(2.2rem + 1.9vw),64px);
--text-h1:clamp(32px,calc(1.75rem + 1.25vw),48px);
--text-h2:clamp(26px,calc(1.5rem + 0.6vw),34px);
--text-h3:clamp(20px,calc(1.2rem + 0.3vw),24px);
--text-lead:clamp(19px,calc(1.15rem + 0.15vw),21px);
--text-body:clamp(17px,calc(1.04rem + 0.08vw),18px);
--text-editorial:clamp(18px,calc(1.1rem + 0.08vw),19px);
--text-label:14px;
--text-legal:13px;
/* Leading */
--leading-display:1.04;
--leading-h1:1.08;
--leading-h2:1.15;
--leading-h3:1.25;
--leading-lead:1.55;
--leading-body:1.62;
--leading-editorial:1.68;
--leading-label:1.45;
--leading-legal:1.5;
/* Tracking */
--tracking-display:-0.035em;
--tracking-h1:-0.03em;
--tracking-h2:-0.025em;
--tracking-h3:-0.015em;
--tracking-label:0.01em;
--tracking-legal:0.01em;
/* Weights: 400 body, 500 interface/labels/buttons, 600 all headings, 700 emphasis sparingly. 800/900 never. */
--weight-body:400;
--weight-interface:500;
--weight-heading:600;
--weight-emphasis:700;
}
