/*! Contains default styles  */

* {
    scrollbar-color: #dbdbdb transparent;
    scrollbar-width: thin;
}

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

*::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
    background: transparent;
}
*::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
    background-color: #dbdbdb;
}

body,
html {
    font-family: $font-family-primary !important;
    font-size: $font-size-base;
    line-height: $line-height-base;
    background: $body-bg !important;
}
