html {
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: #2e2c2a transparent;
}

html::-webkit-scrollbar {
    width: 8px;
}

html::-webkit-scrollbar-track {
    background: transparent;
}

html::-webkit-scrollbar-thumb {
    background: #2e2c2a;
    border-radius: 9999px;
}

html::-webkit-scrollbar-thumb:hover {
    background: #3e3c3a;
}
