/* Base styles served from /index.css to avoid 404 in dev/build */
:root {
  color-scheme: light;
}
body {
  margin: 0;
  font-family: 'Roboto', system-ui, -apple-system, 'Segoe UI', sans-serif;
  background: #f8fafc;
  color: #0f172a;
}
