@tailwind base;@tailwind components;@tailwind utilities;body{@apply bg-gray-100 font-sans;}h1,h2{@apply font-bold text-gray-800;}button{@apply transition duration-200;}.container{@apply max-w-7xl mx-auto px-4 sm:px-6 lg:px-8;}
