:root {
    --button-block-background: rgba(255,255,255,.1);
    --button-background: #ffffff;
    --button-background-hover: #ffffff;
    --button-text-color: #A8ABAD;
    --active-button-background: #468cff;
    --active-text-color: #ffffff;
    --accent-text-color: #1e2128;
    --border-color: #efefef;
    --panel-backgrouns: #ffffff;
    --toolbar-background: #fafafa;
}