@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Outfit:wght@400;500;600;700;800;900&display=swap";@tailwind base;@tailwind components;@tailwind utilities;body{font-family:Outfit,Inter,sans-serif;@apply bg-slate-50 text-slate-900 antialiased;}.glass{@apply bg-white/80 backdrop-blur-md;}.paypal-button-container{@apply w-full max-w-[350px] mx-auto;}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{@apply bg-slate-100;}::-webkit-scrollbar-thumb{@apply bg-slate-300 rounded-full;}::-webkit-scrollbar-thumb:hover{@apply bg-slate-400;}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.3s ease-out fadeIn}.animate-slide-up{animation:.4s ease-out slideUp}
