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

/* Custom Base Styles (from app.css or critical-css if needed) */
@layer base {
  body {
    @apply bg-gray-50 text-gray-900;
  }
}
