html,body,#root{margin:0;padding:0;height:100%;width:100%;transition:background-color .3s ease,color .3s ease}body.bg-light{--scrollbar-thumb-color: rgba(0, 0, 0, .2);--scrollbar-thumb-hover-color: rgba(0, 0, 0, .4)}body.bg-dark{--scrollbar-thumb-color: rgba(255, 255, 255, .2);--scrollbar-thumb-hover-color: rgba(255, 255, 255, .4)}::-webkit-scrollbar{width:.5rem}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb-color);border-radius:.25rem}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover-color)}html{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb-color) transparent}
