:root{
--font-display:'Instrument Serif',Georgia,serif;
--font-sans:'Manrope',-apple-system,sans-serif;
--font-mono:'IBM Plex Mono',ui-monospace,monospace;
--display-2xl:clamp(3.5rem,6vw,7rem);/* @kind font */
--display-xl:clamp(2.75rem,5vw,5rem);/* @kind font */
--display-lg:clamp(2.2rem,4vw,3.5rem);/* @kind font */
--display-md:2rem;/* @kind font */
--heading-lg:1.5rem;/* @kind font */
--heading-md:1.25rem;/* @kind font */
--heading-sm:1.0625rem;/* @kind font */
--body-lg:1.125rem;/* @kind font */
--body-md:1rem;/* @kind font */
--body-sm:0.875rem;/* @kind font */
--caption:0.75rem;/* @kind font */
--mono-sm:0.8125rem;/* @kind font */
--lh-tight:1.02;/* @kind other */
--lh-snug:1.15;/* @kind other */
--lh-normal:1.5;/* @kind other */
--lh-relaxed:1.65;/* @kind other */
--tracking-tight:-0.02em;/* @kind other */
--tracking-normal:0;/* @kind other */
--tracking-wide:0.08em;/* @kind other */
--tracking-wider:0.14em;/* @kind other */
}