*, *::before, *::after { box-sizing: border-box; }
html { color-scheme: light; }
body, h1, h2, h3, p, ul { margin: 0; }
body { min-height: 100vh; font-family: Inter, system-ui, sans-serif; color: var(--color-text); background: var(--color-bg); }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
ul { padding: 0; list-style: none; }
