:root{
--font-display:"Newsreader",Georgia,"Times New Roman",serif;
--font-sans:"Manrope",-apple-system,"Helvetica Neue",Arial,sans-serif;

--fw-light:300; /* @kind font */
--fw-regular:400; /* @kind font */
--fw-medium:500; /* @kind font */
--fw-semibold:600; /* @kind font */

/* Desktop (>=1200) type scale */
--type-display-size:clamp(64px,9vw,140px);
--type-display-lh:0.94;
--type-display-ls:-0.02em;
--type-hero-size:clamp(48px,6vw,96px);
--type-hero-lh:1.02;
--type-hero-ls:-0.015em;
--type-h1-size:72px;
--type-h1-lh:1.06;
--type-h1-ls:-0.01em;
--type-h2-size:52px;
--type-h2-lh:1.12;
--type-h2-ls:-0.008em;
--type-h3-size:36px;
--type-h3-lh:1.2;
--type-h3-ls:0;
--type-h4-size:26px;
--type-h4-lh:1.3;
--type-h4-ls:0.005em;
--type-quote-size:40px;
--type-quote-lh:1.28;
--type-quote-ls:-0.005em;
--type-body-lg-size:22px;
--type-body-lg-lh:1.65;
--type-body-lg-ls:0.002em;
--type-body-size:18px;
--type-body-lh:1.7;
--type-body-ls:0.004em;
--type-body-sm-size:16px;
--type-body-sm-lh:1.6;
--type-body-sm-ls:0.006em;
--type-eyebrow-size:12px;
--type-eyebrow-lh:1.2;
--type-eyebrow-ls:0.24em;
--type-nav-size:13px;
--type-nav-lh:1;
--type-nav-ls:0.14em;
--type-button-size:12px;
--type-button-lh:1;
--type-button-ls:0.18em;
--type-fact-size:34px;
--type-fact-lh:1.1;
--type-fact-ls:0.01em;
--type-fact-label-size:12px;
--type-fact-label-ls:0.16em;
--type-caption-size:14px;
--type-caption-lh:1.5;
--type-caption-ls:0.06em;
--type-label-size:12px;
--type-label-lh:1.2;
--type-label-ls:0.14em;
--type-legal-size:12px;
--type-legal-lh:1.6;
--type-legal-ls:0.02em;

/* Measure */
--measure-narrow:38ch; /* @kind other */
--measure-body:62ch; /* @kind other */
--measure-wide:74ch; /* @kind other */
}
@media (max-width:1024px){:root{
--type-h1-size:54px;--type-h2-size:40px;--type-h3-size:29px;--type-h4-size:23px;
--type-quote-size:32px;--type-body-lg-size:18px;--type-body-size:16px;--type-fact-size:28px;
}}
@media (max-width:640px){:root{
--type-h1-size:40px;--type-h2-size:32px;--type-h3-size:25px;--type-h4-size:20px;
--type-quote-size:26px;--type-body-lg-size:17px;--type-body-size:16px;--type-body-sm-size:14px;
--type-fact-size:24px;--type-eyebrow-ls:0.22em;--type-nav-size:12px;
}}
