@import 'highlight.js/styles/github.css';
@import 'highlight.js/styles/github-dark.css' (prefers-color-scheme: dark);
@import 'katex/dist/katex.min.css';
:root {
font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
color: #202124;
background: #f7f7f8;
font-synthesis: none;
letter-spacing: 0;
}
* { box-sizing: border-box; }
html, body, #root { width: 100%; height: 100%; margin: 0; overflow: hidden; }
button, input, textarea, select { font: inherit; letter-spacing: 0; }
button { color: inherit; }
button, label { -webkit-tap-highlight-color: transparent; }
::selection { background: #c7dcff; }