html,
* {
    scroll-behavior: smooth;
    scrollbar-width: thin;
}

body,
* {
    scrollbar-width: thin !important;
}

::-webkit-scrollbar {
    height: 3px !important;
    background: inherit;
    width: 6px !important;
}

::-webkit-scrollbar-thumb {
    background: #444;
    -webkit-border-radius: 0ex;
    -webkit-box-shadow: none;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

.thin-scrollbar::-webkit-scrollbar {
    height: 3px;
}

/* #cdd8d2 */
