@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Space+Grotesk:wght@500&display=swap";:root{font-family:Inter,SF Pro Text,Space Grotesk,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;color-scheme:dark;background-color:#0f1115;color:#f2f3f5}html,body,#root{width:100%;height:100%;overflow-x:hidden;margin:0;padding:0}body{overflow-y:auto}*{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none;color:inherit}.cssanimation,.cssanimation span{animation-duration:1s;animation-fill-mode:both}.cssanimation span{display:inline-block}.fadeOutLeft{animation-name:fadeOutLeft}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate(-80%)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate(80%)}}
