@import"https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap";body{position:relative;margin:0;font-family:Nunito Sans,sans-serif;font-optical-sizing:auto;background-color:#1c2540;height:100vh;width:100vw;overflow:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{width:100%;height:100%}#global-loader{position:fixed;top:0;right:0;bottom:0;left:0;background:#1c2540;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999}.spinner{border:6px solid #f3f3f3;border-top:6px solid #007aff;border-radius:50%;width:48px;height:48px;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#global-loader p{color:#fff;font-size:1.2rem;letter-spacing:1px}
