@import "https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=JetBrains+Mono:wght@300;400;500;600&family=Instrument+Sans:wght@400;500;600&display=swap";
:root{--bg:#070b12;--bg2:#0c1018;--bg3:#111620;--bg4:#161c28;--border:#ffffff12;--border2:#ffffff21;--accent:#00e5b4;--accent-dim:#00e5b41a;--blue:#4d9eff;--blue-dim:#4d9eff1a;--green:#2ecc8a;--green-dim:#2ecc8a1a;--amber:#ffb547;--red:#ff4d6a;--red-dim:#ff4d6a1a;--purple:#a78bfa;--font-display:"Syne", sans-serif;--font-body:"Instrument Sans", sans-serif;--font-mono:"JetBrains Mono", monospace}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:#ffffffd1;-webkit-font-smoothing:antialiased;min-height:100vh;overflow-x:hidden}input,button{font-family:inherit}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:4px}
