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

/* Optional custom styles */
body {
  @apply bg-gray-50 text-gray-800 font-sans;
}
