@import"https://fonts.googleapis.com/css2?family=Racing+Sans+One&display=swap";@import"https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Ubuntu+Condensed&display=swap";#root{height:100vh}body{margin:0;font-family:Ubuntu,Ubuntu Condensed,Segoe UI,sans-serif;background-color:#06090f}html{height:100%}.splash-root{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background-color:#000;z-index:1600}.splash-text{font-family:Silkscreen,Courier New,monospace;font-weight:400;font-style:normal;font-size:clamp(1.5rem,4vw,3rem);color:#f8f8f2;letter-spacing:.08em}.splash-cursor{display:inline-block;margin-left:.1em;width:.6em;animation:splashCursorBlink 1s steps(2,start) infinite}.splash-cursor--hidden{animation:none;opacity:0}@keyframes splashCursorBlink{0%,49%{opacity:1}50%,to{opacity:0}}
