@import"https://fonts.googleapis.com/css2?family=Anton&family=Bebas+Neue&family=Inter:wght@400;600;700;800;900&family=JetBrains+Mono:wght@400;600&family=Oswald:wght@400;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #121212;--surface: #1e1e1e;--surface-2: #272727;--border: #2a2a2a;--border-2: #383838;--yellow: #ffc800;--orange: #ff6d00;--red: #e61d5f;--purple: #5e2d5e;--text: #fdfdf8;--muted: #888;--muted-2: #555;--font-body: "Inter", sans-serif;--font-mono: "JetBrains Mono", monospace}html,body,#root{height:100%;background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}button{font-family:var(--font-body);cursor:pointer;border:none;outline:none}textarea,input,select{font-family:var(--font-body);background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:4px;outline:none}textarea:focus,input:focus,select:focus{border-color:var(--yellow)}a{color:var(--yellow);text-decoration:none}::selection{background:var(--yellow);color:var(--bg)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border-2);border-radius:3px}
