@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg: #111111;--bg2: #0d0d0d;--surface: #1a1a1a;--surface2: #222222;--border: #242424;--text: #e8e8e8;--text2: #aaaaaa;--text3: #555555;--accent: #5CBF8A;--green: #154734}[data-theme=light]{--bg: #f0f2f5;--bg2: #e8eaed;--surface: #ffffff;--surface2: #f5f6f8;--border: #e0e0e0;--text: #111111;--text2: #444444;--text3: #888888;--accent: #154734;--green: #154734}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text3)}a{color:inherit;text-decoration:none}select,input,button,textarea{font-family:inherit}
