@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-stone-50 text-stone-900;@apply font-sans antialiased;font-feature-settings:"kern" 1;letter-spacing:.01em}h1,h2,h3,h4,h5,h6{@apply font-bold;letter-spacing:.02em}p,li,span{@apply text-base leading-relaxed;}}@layer components{.btn-primary{@apply bg-primary-500 hover:bg-primary-600 text-white font-semibold py-3 px-6 rounded-lg shadow-md transition-all duration-200 hover:shadow-lg;}.btn-secondary{@apply bg-secondary-500 hover:bg-secondary-600 text-white font-semibold py-3 px-6 rounded-lg shadow-md transition-all duration-200 hover:shadow-lg;}.card{@apply bg-white rounded-xl shadow-md p-6 border border-stone-200;}.input-field{@apply w-full px-4 py-3 border-2 border-stone-300 rounded-lg focus:border-primary-500 focus:ring-2 focus:ring-primary-200 transition-all duration-200 text-base;}}@layer utilities{.text-dsa{line-height:1.8;letter-spacing:.02em;word-spacing:.1em}}
