@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root{
--font-family-base:'Space Grotesk',sans-serif;
--weight-regular:400;
--weight-medium:500;
--weight-semibold:600;
--weight-bold:700;
--text-6xl:60px;
--text-5xl:48px;
--text-3xl:38px;
--text-2xl:28px;
--text-xl:22px;
--text-base:15px;
--text-sm:13px;
--leading-tight:1.1;
--leading-snug:1.3;
--leading-normal:1.5;
}
