@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Geist:wght@300;400;500;600;700;900&family=Geist+Mono:wght@400;500;600&display=swap');
:root{
--font-body:'Geist',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
--font-display:'Space Grotesk','Geist',sans-serif;
--font-mono:'Geist Mono','SFMono-Regular',Consolas,monospace;
--text-display:48px;--text-display-lh:1.1;--text-display-tracking:-0.03em;--text-display-weight:700;
--text-headline-lg:32px;--text-headline-lg-lh:1.2;--text-headline-lg-weight:600;
--text-headline-md:18px;--text-headline-md-lh:24px;--text-headline-md-tracking:-0.02em;--text-headline-md-weight:600;
--text-body-lg:16px;--text-body-lg-lh:24px;--text-body-lg-tracking:-0.01em;--text-body-lg-weight:400;
--text-body-md:16px;--text-body-md-lh:1.6;--text-body-md-weight:400;
--text-label-md:12px;--text-label-md-lh:16px;--text-label-md-tracking:0.02em;--text-label-md-weight:500;
--text-label-sm:12px;--text-label-sm-lh:1;--text-label-sm-tracking:0.05em;--text-label-sm-weight:500;
--text-mono-code:14px;--text-mono-code-lh:1.5;
}