
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    /*background-color: rgb(128,128,128);*/
    background-color: #CBCBCB;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}

/*body {
    font-family: Satoshi-Variable, Arial, Helvetica, sans-serif;
}

input {
    font-family: Satoshi-Variable, Arial, Helvetica, sans-serif;
}
*/
