@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,sans-serif}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.animate-fadeUp{animation:fadeUp .9s ease-out forwards}.animate-zoomIn{animation:zoomIn 1s ease-out forwards}
