@tailwind base;@tailwind components;@tailwind utilities;html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;@apply bg-white text-slate-900;}h1,h2,h3,h4,h5,h6{font-family:Lexend,sans-serif}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{@apply bg-slate-100;}::-webkit-scrollbar-thumb{@apply bg-slate-400 rounded-full hover:bg-slate-500 transition-colors;}.section-padding{@apply py-16 md:py-24;}.container-custom{@apply max-w-7xl mx-auto px-4 sm:px-6 lg:px-8;}@keyframes button-pulse{0%{box-shadow:0 0 #2d5a2766}70%{box-shadow:0 0 0 15px #2d5a2700}to{box-shadow:0 0 #2d5a2700}}.animate-button-pulse{animation:button-pulse 2s infinite}@keyframes bounce-slow{0%,to{transform:translateY(-50%) translateY(-10px)}50%{transform:translateY(-50%) translateY(10px)}}.animate-bounce-slow{animation:bounce-slow 4s ease-in-out infinite}
