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

/* Uniform base styles */
body {
  @apply bg-gray-50 text-gray-900 font-sans;
}
