body {
  background-color: #f9fafb; /* A clean, light gray from Tailwind's palette */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}