@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700;800&family=JetBrains+Mono:wght@400;600&display=swap";*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%}body{color:#e8e8e8;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0c0c0e;font-family:Space Grotesk,sans-serif}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#0c0c0e}::-webkit-scrollbar-thumb{background:#2a2a30}::selection{color:#0c0c0e;background:#c8ff00}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;outline:none;font-family:inherit}@keyframes scanLine{0%{left:-30%}to{left:100%}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes typewriter{0%{width:0}to{width:100%}}.fade-in{animation:.2s forwards fadeIn}.scan-line-container{position:relative;overflow:hidden}.scan-line-container:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#c8ff000f,#0000);width:30%;height:100%;animation:2s linear infinite scanLine;position:absolute;top:0;left:-30%}
