@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-gray-50;}}@layer components{.btn-primary{@apply bg-blue-600 text-white px-4 py-2 rounded-lg hover:bg-blue-700 transition-colors;}.btn-secondary{@apply bg-gray-200 text-gray-800 px-4 py-2 rounded-lg hover:bg-gray-300 transition-colors;}}
