/* Estilos base: tipografía, fondo y scrollbars. */
*{font-family:'Inter',ui-sans-serif,system-ui,sans-serif;}
.font-mono{font-family:'JetBrains Mono',ui-monospace,monospace;}
body{background:var(--surface);}
.dark body{background:#111827; color: #f9fafb;}

::-webkit-scrollbar{width:6px;height:6px}
::-webkit-scrollbar-thumb{background:#c7cbe0;border-radius:9999px}
.dark ::-webkit-scrollbar-thumb{background:#4b5563;}
