/* Reset + element defaults. Everything reads the design tokens (styles/tokens.css,
   generated from theme/theme.js TOKENS.ui) — no colour literals in this file. */

* { box-sizing: border-box; }
html, body { margin: 0; height: 100%; }
body { font-family: var(--font); color: var(--ink); background: var(--bg); }
button, input, output, select { font-family: inherit; color: inherit; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
