@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@500;700&display=swap');
:root{
--font-body:'Inter',sans-serif;
--font-display:'Space Grotesk',sans-serif;
--text-xs:12px;
--text-sm:14px;
--text-base:16px;
--text-lg:18px;
--text-xl:20px;
--text-2xl:24px;
--text-3xl:32px;
--text-button:17px;
--tracking-heading:-0.4px;
--tracking-badge:0.5px;
--leading-tight:1.15;
--leading-body:1.5;
}
