@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply font-body text-text bg-background antialiased;}h1,h2,h3,h4,h5,h6{@apply font-heading;}}@layer components{.btn-primary{@apply bg-cta text-white px-6 py-3 rounded-lg font-medium transition-all duration-200 hover:bg-sky-700 hover:shadow-lg cursor-pointer;}.btn-secondary{@apply bg-white text-primary border-2 border-primary px-6 py-3 rounded-lg font-medium transition-all duration-200 hover:bg-primary hover:text-white cursor-pointer;}.card{@apply bg-white rounded-xl shadow-sm hover:shadow-xl transition-all duration-300 overflow-hidden cursor-pointer;}}
