html{font-family:var(--font-sans,"Inter", system-ui, sans-serif);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility}body{background-color:hsl(var(--background));color:hsl(var(--foreground));margin:0;padding:0;overflow:hidden}#root{width:100vw;height:100vh;overflow:hidden}*{scrollbar-width:thin;scrollbar-color:hsl(var(--border)) transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background-color:hsl(var(--border));border-radius:3px}::-webkit-scrollbar-thumb:hover{background-color:hsl(var(--muted-foreground))}:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}::selection{background-color:hsl(var(--primary) / .3);color:hsl(var(--foreground))}
