@tailwind base;
@tailwind components;
@tailwind utilities;

/* Custom base styles if needed */
@layer base {
  body {
    @apply antialiased;
  }
}
