@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap";body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{margin:0;padding:0;background-color:#2c3343;min-height:100vh;overflow:hidden}#root{min-height:100vh;background-color:#2c3343}.auth-preloader{position:fixed;inset:0;background-color:#2c3343;display:flex;align-items:center;justify-content:center;z-index:10000;transition:opacity .3s ease-out}.auth-preloader.fade-out{opacity:0;pointer-events:none}.auth-preloader-content{color:#fff;text-align:center}.auth-preloader-dots{display:flex;gap:8px;justify-content:center;margin-top:20px}.auth-preloader-dot{width:12px;height:12px;background-color:#399c74;border-radius:50%;animation:pulse 1.4s ease-in-out infinite}.auth-preloader-dot:nth-child(2){animation-delay:.2s}.auth-preloader-dot:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.App{font-family:Open Sans,sans-serif}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);color:#fff}html{min-height:calc(100% + env(safe-area-inset-top))!important}body{position:fixed;overflow:hidden;width:100vw}
