:root{
--font-display:"Maven Pro","Ubuntu",system-ui,sans-serif;
--font-body:"Ubuntu",system-ui,-apple-system,sans-serif;
--font-mono:"Chivo Mono",ui-monospace,monospace;
--font-script:Georgia,"Times New Roman",serif;

--text-xs:12px;
--text-sm:14px;
--text-base:16px;
--text-md:18px;
--text-lg:22px;
--text-xl:28px;
--text-2xl:36px;
--text-3xl:48px;
--text-4xl:64px;

--leading-tight:1.1;
--leading-snug:1.25;
--leading-normal:1.45;
--leading-relaxed:1.6;

--weight-regular:400;
--weight-medium:500;
--weight-semibold:600;
--weight-bold:700;
--weight-heavy:800;

--tracking-tight:-0.01em;
--tracking-normal:0;
--tracking-wide:0.02em;
}
