@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap');
:root{
--font-sans:'Inter',-apple-system,'Satoshi','General Sans',system-ui,sans-serif;
--font-display:'Inter',-apple-system,system-ui,sans-serif;
--text-hero:clamp(48px,8vw,96px);
--text-hero-weight:800;
--text-hero-lh:0.95;
--text-hero-ls:-0.02em;
--text-h2:56px;
--text-h2-weight:700;
--text-h2-lh:1.08;
--text-h3:40px;
--text-h3-weight:600;
--text-h3-lh:1.15;
--text-body-lg:20px;
--text-body-lg-lh:1.7;
--text-body:18px;
--text-body-lh:1.6;
--text-small:16px;
--text-small-lh:1.5;
--text-label:14px;
--text-label-weight:500;
--text-label-ls:0.08em;
}
