@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Barlow:wght@400;500;600;700&display=swap');
:root{
--font-display:'Barlow Condensed',sans-serif;
--font-body:'Barlow',sans-serif;
--font-mono:ui-monospace,'SF Mono',Consolas,monospace;
--text-h1:clamp(38px,5.5vw,64px);
--text-h2:clamp(30px,4vw,50px);
--text-h3:26px;
--text-h4:20px;
--text-body-lg:18px;
--text-body:16px;
--text-body-sm:14px;
--text-label:12px;
--lh-heading:1.05; /* @kind other */
--lh-body:1.65; /* @kind other */
--tracking-heading:.04em;
--tracking-label:.14em;
}
