@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply antialiased text-warm-gray-800 bg-cream;}h1,h2,h3,h4{@apply font-serif text-warm-gray-900;}}@layer components{.btn-primary{@apply inline-flex items-center justify-center gap-2 bg-brand-600 text-white px-6 py-3 rounded-lg font-semibold hover:bg-brand-700 transition-colors;}.btn-secondary{@apply inline-flex items-center justify-center gap-2 border-2 border-brand-600 text-brand-700 px-6 py-3 rounded-lg font-semibold hover:bg-brand-50 transition-colors;}.section-padding{@apply py-16 md:py-24;}.container-custom{@apply max-w-6xl mx-auto px-4 sm:px-6 lg:px-8;}}
