@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:opsz,wght@8..60,400;8..60,600;8..60,700&family=Work+Sans:wght@400;500;600;700&display=swap');
:root{
--font-serif-display:"Source Serif 4",Georgia,"Times New Roman",serif;
--font-sans-ui:"Work Sans",-apple-system,"Segoe UI",sans-serif;
--text-display-1:4rem;
--text-display-2:2.75rem;
--text-h1:2.25rem;
--text-h2:1.75rem;
--text-h3:1.375rem;
--text-h4:1.125rem;
--text-body-lg:1.125rem;
--text-body:1rem;
--text-body-sm:0.9375rem;
--text-caption:0.8125rem;
--text-eyebrow:0.8125rem;
--leading-tight:1.12;
--leading-snug:1.3;
--leading-normal:1.55;
--leading-relaxed:1.7;
--tracking-tight:-0.01em;
--tracking-normal:0;
--tracking-wide:0.06em;
--tracking-eyebrow:0.14em;
--weight-regular:400;
--weight-medium:500;
--weight-semibold:600;
--weight-bold:700;
}
