:root{--primary1: rgb(20, 20, 20);--primary2: rgb(25, 25, 25)}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--primary1)}body{position:relative}#root,app-root{width:100%;min-height:100vh;display:block;overflow-x:hidden;background-color:var(--primary1)}[style*="background: white"],[style*="background-color: white"],[style*="background: #fff"],[style*="background-color: #fff"]{background:var(--primary2)!important}body{color:#fff}[style*="color: white"],[style*="color: #fff"]{color:#fff!important}
