/* public/styles.css
   Loaded from public/index.html before the React bundle.
   Use this for critical or public-hosted styles that must be available before JS runs.
*/

html, body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* Ensure anchor colors don't clash with footer default styles */
a { color: #007bff; }

/* Small utility for public assets */
.container { max-width: 1100px; margin: 0 auto; padding: 40px 20px; }
