@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');
:root{
--font-body:'Instrument Sans',-apple-system,BlinkMacSystemFont,sans-serif;
--font-display:'Instrument Sans',-apple-system,BlinkMacSystemFont,sans-serif;
/* type scale */
--text-display:clamp(3.5rem,7vw,7.5rem);
--text-h1:clamp(2.5rem,4.5vw,4.25rem);
--text-h2:clamp(2rem,3.2vw,3rem);
--text-h3:1.75rem;
--text-h4:1.25rem;
--text-body-lg:1.25rem;
--text-body:1.0625rem;
--text-small:0.875rem;
--text-caption:0.75rem;
--lh-tight:0.98; /* @kind other */
--lh-snug:1.1; /* @kind other */
--lh-normal:1.5; /* @kind other */
--ls-tight:-0.03em;
--ls-tighter:-0.045em;
--weight-regular:400;
--weight-medium:500;
--weight-semibold:600;
--weight-bold:700;
}
