:root{
--font-display:"Creato Display",system-ui,sans-serif;
--font-body:"Creato Display",system-ui,sans-serif;
--weight-thin:100;
--weight-light:300;
--weight-regular:400;
--weight-medium:500;
--weight-bold:700;
--weight-extrabold:800;
--weight-black:900;
--text-display-xl:clamp(2.75rem,6vw,5.5rem);
--text-display-l:clamp(2.25rem,4.5vw,4rem);
--text-display-m:clamp(1.75rem,3vw,2.75rem);
--text-h1:2rem;
--text-h2:1.5rem;
--text-h3:1.25rem;
--text-body-l:1.125rem;
--text-body:1rem;
--text-body-s:0.875rem;
--text-caption:0.75rem;
--lh-tight:1.02;/* @kind other */
--lh-snug:1.15;/* @kind other */
--lh-normal:1.4;/* @kind other */
--lh-relaxed:1.6;/* @kind other */
--tracking-tight:-0.02em;
--tracking-normal:0em;
--tracking-wide:0.06em;
}
