/* public/index.css - Global styles served at /index.css to ensure correct MIME type.
   Keep this minimal; Tailwind is loaded via CDN in index.html. */

@import url('https://rsms.me/inter/inter.css');

html, body, #root {
  height: 100%;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
}

/* Add any small global overrides here if needed */
