:root{
/* Families - Inter everywhere; Source Serif 4 is the wordmark only */
--font-sans:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
--font-wordmark:'Source Serif 4',Georgia,'Times New Roman',serif;
/* Scale */
--text-2xs:11px;--text-xs:12px;--text-sm:13px;--text-md:14px;--text-lg:16px;--text-xl:18px;--text-2xl:22px;--text-3xl:28px;--text-4xl:36px;--text-5xl:48px;--text-6xl:64px;
/* Weights */
--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;
/* Leading */
--leading-display:1.08;--leading-snug:1.25;--leading-normal:1.5;--leading-relaxed:1.65;
/* Tracking */
--tracking-display:-0.02em;--tracking-tight:-0.01em;--tracking-caps:0.08em;
}
