/* First-paint: theme background matches head-theme.js before app.css tokens load */
html {
  background-color: #18181b;
  color-scheme: dark;
}
html[data-theme='light'] {
  background-color: #f8fafc;
  color-scheme: light;
}
