@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=Space+Mono:wght@400;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;overflow-x:hidden}body{color:#e8e4df;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:#0a0a0a;font-family:Space Grotesk,sans-serif}::selection{color:#0a0a0a;background:#c41a1a}button{-webkit-tap-highlight-color:transparent;touch-action:manipulation}input{-webkit-appearance:none;border-radius:0}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.fadeUp{animation:.5s both fadeUp}.fadeIn{animation:.4s both fadeIn}
