:root{--scroll-thumb: #333;--scroll-thumb-hover: #444;--placeholder-textarea: #404040;--placeholder-input: #505050}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%;overflow:hidden}body{background:#0a0a0a;color:#e0e0e0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background:#e44d2640;color:#fff}textarea::placeholder{color:var(--placeholder-textarea)}input::placeholder{color:var(--placeholder-input)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--scroll-thumb);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--scroll-thumb-hover)}
