@tailwind base;@tailwind components;@tailwind utilities;@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@300;400;500;600;700;800;900&display=swap");:root{--accent:#e2e2e2;--accent-d:#b0b0b0;--accent-glow:hsla(0,0%,89%,.1);--btn-primary:#2a2a2a;--btn-primary-hover:#3a3a3a;--dark:#000;--dark2:#111;--dark3:#1a1a1a;--dark4:#222;--mid:#2a2a2a;--mid2:#333;--text:#fff;--text2:#dedede;--text3:#aaa;--green:#22d07a;--green-bg:rgba(34,208,122,.1);--amber:#f5a623;--amber-bg:rgba(245,166,35,.1);--blue:#3b9de8;--blue-bg:rgba(59,157,232,.1);--red:#e84560;--red-bg:rgba(232,69,96,.1);--purple:#9b6dff;--border:hsla(0,0%,100%,.08);--border2:hsla(0,0%,100%,.14)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:League Spartan,sans-serif;background:#000;color:#fff;min-height:100vh}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--mid2);border-radius:2px}input,select,textarea{font-family:League Spartan,sans-serif}