html {
    scrollbar-width: thin;
    scrollbar-color: #C49B59 #0a0a0a;
}

body {
    scrollbar-width: thin;
    scrollbar-color: #C49B59 #0a0a0a;
}

*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

*::-webkit-scrollbar-track {
    background: linear-gradient(180deg, #050505 0%, #111111 100%);
    border-radius: 999px;
}

*::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #E2BE8A 0%, #C49B59 100%);
    border: 2px solid #0a0a0a;
    border-radius: 999px;
}

*::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #F1D2A0 0%, #E2BE8A 100%);
}

*::-webkit-scrollbar-corner {
    background: #0a0a0a;
}
