@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;600;700;800&family=Anton&family=Inter:wght@400;500;600;700;800&display=swap');
:root{
--font-display:'Baloo 2',ui-rounded,'Segoe UI',sans-serif;
--font-impact:'Anton','Arial Narrow',sans-serif;
--font-body:'Inter',system-ui,sans-serif;
--text-display-1:clamp(2.8rem,calc(5vw + 1rem),6rem);/* @kind other */
--text-display-2:clamp(2.2rem,calc(3.5vw + 1rem),3.8rem);/* @kind other */
--text-h1:clamp(1.8rem,calc(2.4vw + 1rem),2.6rem);/* @kind other */
--text-h2:1.75rem;
--text-h3:1.375rem;
--text-body-lg:1.125rem;
--text-body:1rem;
--text-body-sm:.875rem;
--text-caption:.75rem;
--lh-tight:1.05;/* @kind other */
--lh-snug:1.25;/* @kind other */
--lh-normal:1.5;/* @kind other */
--ls-impact:.04em;
--ls-caption:.08em;
}
