@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";@layer base{:root{--color-background: 242 242 242;--color-surface: 255 255 255;--color-border: 229 231 235;--color-subtle: 243 244 246;--color-text-primary: 42 42 42;--color-text-secondary: 75 85 99;--color-text-placeholder: 107 114 128}html.dark{--color-background: 42 42 42;--color-surface: 58 58 58;--color-border: 74 74 74;--color-subtle: 90 90 90;--color-text-primary: 255 255 255;--color-text-secondary: 160 174 192;--color-text-placeholder: 156 163 175}html{font-size:14px}body{font-family:Inter,sans-serif;background-color:rgb(var(--color-background));color:rgb(var(--color-text-primary))}::placeholder{color:rgb(var(--color-text-placeholder))}}html.dark ::-webkit-scrollbar{width:6px;height:6px}html.dark ::-webkit-scrollbar-track{background:transparent}html.dark ::-webkit-scrollbar-thumb{background-color:#4a4a4a;border-radius:3px}html.dark ::-webkit-scrollbar-thumb:hover{background-color:#5a5a5a}html.dark{scrollbar-width:thin;scrollbar-color:#4a4a4a transparent}html.light ::-webkit-scrollbar{width:6px;height:6px}html.light ::-webkit-scrollbar-track{background:#f3f4f6}html.light ::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:3px}html.light ::-webkit-scrollbar-thumb:hover{background-color:#9ca3af}html.light{scrollbar-width:thin;scrollbar-color:#D1D5DB #F3F4F6}
