@import url('https://fonts.googleapis.com/css2?family=Anton&family=Archivo:ital,wght@0,400..900;1,400..900&family=DotGothic16&display=swap');
:root{
--font-display:'Anton', 'Archivo Black', sans-serif;
--font-body:'Archivo', system-ui, sans-serif;
--font-mono-receipt:'DotGothic16', 'Courier New', monospace;
--text-display-1:clamp(3.5rem,8vw,7.5rem);
--text-display-2:clamp(2.5rem,5vw,4.5rem);
--text-display-3:clamp(1.75rem,3vw,2.5rem);
--text-h1:2.25rem;
--text-h2:1.75rem;
--text-h3:1.375rem;
--text-body-lg:1.125rem;
--text-body:1rem;
--text-small:0.875rem;
--text-caption:0.75rem;
--lh-tight:0.95; /* @kind other */
--lh-snug:1.15; /* @kind other */
--lh-normal:1.5; /* @kind other */
--tracking-tight:-0.02em;
--tracking-wide:0.08em;
--tracking-wider:0.16em;
}
