@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@400;500;600;700;800&family=Frank+Ruhl+Libre:ital,wght@0,400;0,500;0,700;0,900;1,400&display=swap');
:root{
--font-display:"Frank Ruhl Libre",serif;
--font-body:"Assistant","Segoe UI",sans-serif;
--text-xs:13px;
--text-sm:14px;
--text-body:16px;
--text-md:18px;
--text-lg:22px;
--text-xl:28px;
--text-2xl:34px;
--text-display:44px;
--leading-tight:1.2;
--leading-normal:1.5;
--leading-relaxed:1.7;
--weight-regular:400;
--weight-medium:500;
--weight-semibold:600;
--weight-bold:700;
--weight-heavy:800;
}
