html,body{height:100%;margin:0;box-sizing:border-box;font-family:Roboto,Helvetica Neue,sans-serif;background-color:var(--background-color);color:var(--text-color)}:root{--primary-color: #32a3ff;--background-color: #18191A;--surface-color: #242526;--wash: #3E4042;--header-height: 60px;--text-color: #fff}.hoverable{box-sizing:border-box;padding:.5rem;border-radius:.7rem;cursor:pointer;transition:.2s cubic-bezier(0,0,.1,1)}.hoverable:hover{background-color:var(--surface-color)}.divider{width:100%;height:7px;border-radius:50vmax;background-color:var(--surface-color)}::-webkit-scrollbar-track{background-color:transparent}::-webkit-scrollbar{width:20px}::-webkit-scrollbar-thumb{background-color:#d6dee1;border-radius:20px;border:6px solid transparent;background-clip:content-box;min-height:100px;-webkit-transition:.2s;transition:.2s}::-webkit-scrollbar-thumb:hover{opacity:100%;background-color:#bcc4c4}::-webkit-scrollbar-thumb:active{background-color:#a7a8a8}
