*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Outfit,system-ui,sans-serif;color:#1c2330;background:#f8faf9;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit}@keyframes rise-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-rise{animation:rise-in .7s cubic-bezier(.22,1,.36,1) both}.animate-rise-delay{animation:rise-in .7s .12s cubic-bezier(.22,1,.36,1) both}.animate-fade{animation:fade-in .5s ease both}
