@import url('https://fonts.googleapis.com/css2?family=Anton&family=Bangers&family=Caveat:wght@500;700&family=Inter:wght@400;500;700&family=JetBrains+Mono:wght@500&display=swap');
:root{
--font-display:Anton,'Arial Narrow',sans-serif;
--font-body:Inter,system-ui,-apple-system,sans-serif;
--font-mono:'JetBrains Mono',ui-monospace,'SF Mono',monospace;
--font-hand:Caveat,'Segoe Script',cursive;
--font-sfx:Bangers,Impact,cursive;
--t-hero-size:clamp(44px,9vw,104px);--t-hero-lh:.92;/* @kind other */--t-hero-ls:.01em;
--t-display-size:clamp(34px,7vw,72px);--t-display-lh:.95;/* @kind other */
--t-h2-size:clamp(22px,3.4vw,34px);--t-h2-ls:.02em;
--t-lede-size:17px;--t-lede-lh:1.55;/* @kind other */
--t-body-size:16px;--t-body-lh:1.6;/* @kind other */
--t-eyebrow-size:13px;--t-eyebrow-ls:.13em;
--t-tag-size:11px;--t-tag-ls:.08em;
--t-caption-size:11px;--t-caption-ls:.07em;
--t-note-size:20px;--t-note-lh:1.25;/* @kind other */
--t-sfx-size:clamp(30px,6vw,58px);--t-sfx-ls:.03em;
}