/* Global fallback styles (copied to dist root) */
html, body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: #0b0c10;
  color: #0b0c10;
}

/* Loader overlay fallback */
#root {
  min-height: 100vh;
}
