@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@300;400;500&display=swap";:root{--bg:#0f0f0f;--bg2:#141414;--card:#161616;--card2:#1e1e1e;--border:#2a2a2a;--amber:#d9863b;--amber-light:#eedbb8;--copper:#a27556;--teal:#264c61;--teal-light:#3a6d87;--text:#e2e2e2;--muted:#555;--muted2:#888;--green:#4caf80;--red:#e05c5c}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:DM Sans,sans-serif;font-weight:300}h1,h2,h3{letter-spacing:2px;font-family:Bebas Neue,sans-serif}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}
