/* Minimal stylesheet to avoid 404s and provide global fallbacks. */
html, body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Poppins', sans-serif;
  background: #eef2ff;
  color: #0f172a;
}

#root {
  min-height: 100vh;
}
