@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=Inter:wght@400;500;600;700&display=swap');
:root{
--font-display:'Manrope',ui-sans-serif,system-ui,sans-serif;
--font-body:'Inter',ui-sans-serif,system-ui,sans-serif;
--text-display-xl:clamp(40px,6vw,72px);
--text-display-lg:clamp(32px,4.5vw,52px);
--text-display-md:clamp(26px,3.2vw,36px);
--text-display-sm:22px;
--text-body-lg:19px;
--text-body-md:16px;
--text-body-sm:14px;
--text-label:13px;
--lh-tight:1.08;/* @kind other */
--lh-snug:1.25;/* @kind other */
--lh-normal:1.5;/* @kind other */
--lh-relaxed:1.65;/* @kind other */
--tracking-tight:-0.02em;
--tracking-normal:0;
--tracking-wide:0.06em;
--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--weight-extrabold:800;
}
