@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700;800&family=Inter:wght@400;500;600&display=swap');
:root{
--font-display:'Poppins',-apple-system,BlinkMacSystemFont,sans-serif;
--font-body:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;

--fs-eyebrow:0.8125rem;
--fs-meta:0.875rem;
--fs-body:1.0625rem;
--fs-body-lg:1.25rem;
--fs-h3:1.5rem;
--fs-h2:2.25rem;
--fs-h1:3.25rem;
--fs-display:4.5rem;

--lh-tight:1.05; /* @kind other */
--lh-snug:1.25; /* @kind other */
--lh-body:1.6; /* @kind other */

--tracking-wide:0.14em;
--tracking-normal:0;
}
