@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";
*{box-sizing:border-box;margin:0;padding:0}:root{--background:#0a0a0a;--foreground:#fafafa;--primary:#2bd4bd;--muted-foreground:#8c8c8c}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;font-family:Inter,system-ui,-apple-system,sans-serif}body{color:#171717;background:linear-gradient(-45deg,#f6f7f9,#eef2f6,#f3f3f7,#eff3f5) 0 0/400% 400%;min-height:100vh;animation:15s infinite gradient-shift}@keyframes gradient-shift{0%,to{background-position:0%}50%{background-position:100%}}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.6s ease-out forwards fade-in}.fade-in-delay{opacity:0;animation:.6s ease-out .2s forwards fade-in}.fade-in-delay-2{opacity:0;animation:.6s ease-out .4s forwards fade-in}.fade-in-delay-3{opacity:0;animation:.6s ease-out .6s forwards fade-in}.fade-in-delay-4{opacity:0;animation:.6s ease-out .8s forwards fade-in}.fade-in-delay-5{opacity:0;animation:.6s ease-out 1s forwards fade-in}
