/* Minimal custom styles (Tailwind handles most styling) */
html, body {
  height: 100%;
}
/* Optional: smooth font rendering */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Container for any future asset overrides */
