
@charset 'UTF-8';

/**
 * Do not edit this file, this file is generated from generatetokens.js
 */

html {
    scrollbar-width: thin;
}

body::-webkit-scrollbar {
        background-color: #f5f6f8;
        height: 0.5rem;
        width: 0.5rem;
    }

body::-webkit-scrollbar-thumb {
        background-color: #bcc3ce;
        border-radius: 4px
    }

body::-webkit-scrollbar-thumb:hover {
            background-color: #717a8a;
        }

