@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
:root{
--font-sans:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; /* @kind font */
--display-1:clamp(2.75rem,2rem + 4.5vw,6rem); /* @kind other */
--display-2:clamp(2rem,1.5rem + 2.5vw,3.25rem); /* @kind other */
--display-3:clamp(1.5rem,1.3rem + 1vw,2rem); /* @kind other */
--heading:1.25rem; /* @kind other */
--body-lg:1.125rem; /* @kind other */
--body:1rem; /* @kind other */
--caption:0.875rem; /* @kind other */
--label:0.75rem; /* @kind other */
--lh-tight:0.98; /* @kind other */
--lh-snug:1.15; /* @kind other */
--lh-normal:1.5; /* @kind other */
--lh-relaxed:1.65; /* @kind other */
--tracking-tight:-0.03em; /* @kind other */
--tracking-snug:-0.01em; /* @kind other */
--tracking-normal:0; /* @kind other */
--tracking-wide:0.06em; /* @kind other */
--tracking-label:0.12em; /* @kind other */
--fw-regular:400; /* @kind other */
--fw-medium:500; /* @kind other */
--fw-semibold:600; /* @kind other */
--fw-bold:700; /* @kind other */
--fw-extra:800; /* @kind other */
--fw-black:900; /* @kind other */
}
body{font-family:var(--font-sans)}
