/* Manrope + Inter are preconnected and <link>-ed directly in index.html <head> so
   they fetch in parallel instead of serialising behind an @import. Token values
   below are identical to the Vaš Vuk design system. */
:root{
--font-display:'Manrope',system-ui,sans-serif;
--font-body:'Inter',system-ui,sans-serif;
--text-display-xl:clamp(2.75rem,5vw,4.5rem);
--text-display-l:clamp(2.25rem,3.5vw,3.25rem);
--text-display-m:1.75rem;
--text-display-s:1.375rem;
--text-body-l:1.125rem;
--text-body-m:1rem;
--text-body-s:0.875rem;
--text-caption:0.75rem;
--weight-regular:400;
--weight-medium:500;
--weight-bold:700;
--weight-extrabold:800;
--lh-tight:1.08;
--lh-snug:1.25;
--lh-normal:1.5;
--tracking-tight:-0.02em;
--tracking-wide:0.04em;
}
