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

/* Przykładowe klasy niestandardowe */
body { @apply bg-white text-gray-800; }
