@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Playfair+Display:wght@600&display=swap');
:root{
--font-sans:'Montserrat',-apple-system,sans-serif;
--font-serif:'Playfair Display',Georgia,serif;
--fw-regular:400;/* @kind other */--fw-medium:500;/* @kind other */--fw-semibold:600;/* @kind other */--fw-bold:700;/* @kind other */
--text-display-xl:clamp(40px,6vw,64px);
--text-display-lg:40px;
--text-display-md:32px;
--text-heading-lg:26px;
--text-heading-md:21px;
--text-heading-sm:17px;
--text-body-lg:18px;
--text-body-md:16px;
--text-body-sm:14px;
--text-label:12px;
--lh-tight:1.08;/* @kind other */--lh-snug:1.25;/* @kind other */--lh-normal:1.5;/* @kind other */--lh-relaxed:1.65;/* @kind other */
--ls-tight:-0.01em;/* @kind other */--ls-label:0.12em;/* @kind other */
}
