@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Instrument+Sans:wght@400;500;600&display=swap');
:root{
--font-display:'Instrument Serif',Georgia,serif;
--font-body:'Instrument Sans',-apple-system,sans-serif;
--font-script:'Instrument Serif',Georgia,serif;

--text-display-xl:clamp(2.75rem,5vw,4.5rem);
--text-display-lg:clamp(2.25rem,4vw,3.25rem);
--text-display-md:clamp(1.75rem,3vw,2.25rem);
--text-heading:1.375rem;
--text-body-lg:1.125rem;
--text-body:1rem;
--text-body-sm:0.875rem;
--text-caption:0.75rem;
--text-script-lg:2rem;
--text-script-md:1.5rem;

--leading-tight:1.1;
--leading-snug:1.3;
--leading-normal:1.55;
--leading-relaxed:1.7;

--tracking-wide:0.08em;
--tracking-wider:0.14em;
--display-stretch:normal; /* @kind other */
--display-style:italic; /* @kind other */
}
