@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,500&family=Inter:wght@400;500;600;700;800&display=swap');
:root{
--font-display:'Fraunces',ui-serif,Georgia,serif; /* @kind font */
--font-body:'Inter',ui-sans-serif,system-ui,-apple-system,sans-serif; /* @kind font */

--fs-display-xl:clamp(2.75rem,2.2rem + 2.5vw,4.5rem); /* @kind other */
--fs-display-lg:clamp(2.25rem,1.9rem + 1.6vw,3.375rem); /* @kind other */
--fs-display-md:clamp(1.75rem,1.55rem + 0.9vw,2.5rem); /* @kind other */
--fs-h1:2rem; /* @kind font */
--fs-h2:1.5rem; /* @kind font */
--fs-h3:1.25rem; /* @kind font */
--fs-h4:1.0625rem; /* @kind font */
--fs-body-lg:1.125rem; /* @kind font */
--fs-body:1rem; /* @kind font */
--fs-body-sm:0.875rem; /* @kind font */
--fs-caption:0.75rem; /* @kind font */

--lh-tight:1.08; /* @kind other */
--lh-snug:1.25; /* @kind other */
--lh-normal:1.5; /* @kind other */
--lh-relaxed:1.65; /* @kind other */

--fw-regular:400; /* @kind font */
--fw-medium:500; /* @kind font */
--fw-semibold:600; /* @kind font */
--fw-bold:700; /* @kind font */
}
@font-face{font-family:'Fraunces';font-style:normal;font-weight:300 700;font-display:swap;src:local('Fraunces');}
@font-face{font-family:'Inter';font-style:normal;font-weight:400 800;font-display:swap;src:local('Inter');}
/* Live weights/optical sizes are streamed from Google Fonts via the @import above; these local() fallbacks just register the family for the compiler until self-hosted files are supplied. */
