/* Legacy stylesheet placeholder for crawlers that expect /index.css.
   TailwindCSS is loaded via CDN at runtime, but this ensures the link resolves. */
html {
  scroll-behavior: smooth;
}

body {
  background-color: #000;
  color: #e5e7eb;
  font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  margin: 0;
}

a {
  color: #ff6600;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}
