@import "https://fonts.googleapis.com/css2?family=Fraunces:wght@400;500;600&family=Space+Grotesk:wght@400;500;600&display=swap";
:root{--bg:#0b0d10;--surface:#14171b;--line:#23272d;--ink:#eef0f2;--ink-dim:#8a919b;--accent:#6c5ce7;--accent-dim:#3d3568;--mono:"Space Grotesk", ui-monospace, monospace}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--ink);margin:0;padding:0;font-family:Space Grotesk,system-ui,sans-serif}h1,h2,.display{letter-spacing:-.01em;font-family:Fraunces,Georgia,serif;font-weight:500}button{cursor:pointer;font-family:inherit}::selection{background:var(--accent-dim)}@keyframes spin{to{transform:rotate(360deg)}}
