@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--accent: #4f46e5;--accent-soft: #eef2ff;--border: #e5e7eb;--surface: #ffffff;--surface-2: #f3f4f6;--canvas: #fafafb;--text: #111827;--text-2: #374151;--muted: #6b7280;--faint: #9ca3af;--scrollbar: #e5e7eb;--scrollbar-hover: #d1d5db}:root[data-theme=dark]{--accent: #6366f1;--accent-soft: rgba(99, 102, 241, .15);--border: #293445;--surface: #111827;--surface-2: #1f2937;--canvas: #0b0f17;--text: #f3f4f6;--text-2: #cbd5e1;--muted: #9ca3af;--faint: #6b7280;--scrollbar: #293445;--scrollbar-hover: #3b4860}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--canvas);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,select{font-family:inherit}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--scrollbar);border-radius:999px;border:3px solid var(--canvas)}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-hover)}
