@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,sans-serif;background:#f8fafc}h1,h2,h3,h4{font-family:Inter,sans-serif}.animate-fade-in-up{animation:fadeInUp .7s ease-out both}
