@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:72px}body{color:#1a1c1b;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f9f9f7;margin:0;font-family:Inter,sans-serif}#root{width:100%;min-height:100svh}p{margin:0}@keyframes landingFadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.landing-fade-up{animation:.75s ease-out both landingFadeUp}.landing-fade-up-delay{animation:.75s ease-out .14s both landingFadeUp}.landing-fade-up-delay-2{animation:.75s ease-out .26s both landingFadeUp}
