:root{
--font-serif:"Lora",Georgia,"Times New Roman",serif;
--font-sans:"Public Sans",-apple-system,"Segoe UI",sans-serif;

--text-xs:12px;
--text-sm:14px;
--text-base:16px;
--text-md:18px;
--text-lg:20px;
--text-xl:24px;
--text-2xl:30px;
--text-3xl:36px;
--text-4xl:48px;
--text-5xl:60px;
--text-6xl:72px;

--leading-tight:1.15;
--leading-snug:1.3;
--leading-normal:1.5;
--leading-relaxed:1.65;

--tracking-tight:-0.01em;
--tracking-normal:0;
--tracking-wide:0.04em;
--tracking-wider:0.12em;

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