@font-face{font-family:archivo black;src:url(/fonts/archivo-black.woff2)format("woff2");font-weight:900;font-display:swap}@font-face{font-family:bricolage grotesque;src:url(/fonts/bricolage-semibold.woff2)format("woff2");font-weight:600;font-display:swap}:root{color-scheme:light dark;--background:#eceae4;--text:#1b1b1b;--chip-background:#fbfaf8;--swatch:#c05b26}@media(prefers-color-scheme:dark){:root{--background:#1b1b1b;--text:#eceae4;--chip-background:#2a2926;--swatch:#d76a31}}*{margin:0;padding:0;box-sizing:border-box}body{min-height:100svh;display:grid;place-items:center;background:var(--background);color:var(--text);padding:1.5rem;text-align:center}h1{font-family:archivo black,system-ui,sans-serif;font-weight:900;font-size:clamp(4rem,16vw,8rem);letter-spacing:-.02em;line-height:1.1}.chip{display:inline-flex;align-items:center;gap:.75rem;margin-top:1.5rem;padding:.875rem 1.5rem .875rem .875rem;background:var(--chip-background);border-radius:2rem;font-family:bricolage grotesque,system-ui,sans-serif;font-weight:600;font-size:1rem;text-transform:uppercase;letter-spacing:.02em}.swatch{width:2rem;height:2rem;background:var(--swatch);border-radius:.75rem}