:root{
--font-sans:'Manrope','Avenir Next','Avenir',system-ui,sans-serif;
--font-light:300;--font-regular:400;--font-semibold:600;
/* scale @1920x1080 (rem base 16) */
--text-display-xl:64px;--lh-display-xl:1.1;/* @kind other */--ls-display-xl:.10em;
--text-display-l:48px;--lh-display-l:1.15;/* @kind other */--ls-display-l:.12em;
--text-h1:36px;--lh-h1:1.2;/* @kind other */--ls-h1:.16em;
--text-h2:28px;--lh-h2:1.25;/* @kind other */--ls-h2:.18em;
--text-h3:22px;--lh-h3:1.3;/* @kind other */--ls-h3:.20em;
--text-body-l:22px;--lh-body-l:1.55;/* @kind other */--ls-body-l:.14em;
--text-body:18px;--lh-body:1.55;/* @kind other */--ls-body:.12em;
--text-caption:14px;--lh-caption:1.45;/* @kind other */--ls-caption:.18em;
--text-eyebrow:13px;--lh-eyebrow:1.2;/* @kind other */--ls-eyebrow:.45em;
--text-contact:17px;--lh-contact:1.4;/* @kind other */--ls-contact:.16em;
}
body{font-family:var(--font-sans);font-weight:var(--font-light);color:var(--text-primary);}
a{color:var(--text-secondary);text-decoration:none;}
a:hover{color:var(--text-primary);}
