@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";
body{scroll-behavior:smooth;font-family:Inter,sans-serif}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{opacity:0;animation:.8s ease-out forwards fadeInUp}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}
