@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600&display=swap');
:root{
--font-display:'Plus Jakarta Sans',-apple-system,sans-serif;
--font-body:'Inter',-apple-system,sans-serif;
--text-display-1:clamp(40px,5vw,64px);
--text-display-2:clamp(28px,3vw,40px);
--text-title:24px;
--text-body-lg:18px;
--text-body:15px;
--text-caption:13px;
--lh-tight:1.05;/* @kind other */
--lh-snug:1.25;/* @kind other */
--lh-normal:1.5;/* @kind other */
--weight-regular:400;
--weight-medium:500;
--weight-semibold:600;
--weight-bold:700;
--weight-extrabold:800;
}
