@import"https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600&display=swap";:root{font-family:Work Sans,Roboto,sans-serif;line-height:1.5;font-weight:400;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;width:100%;height:100%;overflow:hidden;background:#fff}body{color:#333}.app{position:relative;width:100vw;height:100vh;margin:0;padding:0;overflow:hidden;background:#fff}.app canvas{display:block;width:100%;height:100%;touch-action:none}.disableSelection{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:0}.sr-only{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;overflow:hidden!important;margin:-1px!important;padding:0!important;position:absolute!important;white-space:nowrap!important}.loader{position:fixed;inset:0;z-index:10;background-color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;transition:opacity .2s ease}.loader--hidden{opacity:0;pointer-events:none}.loader__inner{display:flex;flex-direction:column;align-items:center;justify-content:center}.loader__logo{width:40px;height:auto}.loader__text{width:min(80vw,520px);padding-top:20px;font-size:.75rem;font-weight:500;color:#333}
