:root {
    /* Brand */
    --client-color-brand-primary: #308AA1;
    --client-color-brand-black: #231F20;

    /* Text */
    --client-color-text-primary: #231F20;
    --client-color-text-on-dark: white;

    /* Surfaces */
    --client-color-surface-white: white;

    /* Borders */
    --client-color-border-default: #BCBEC0;
    --client-color-scrollbar-thumb: #939598;
    --client-color-scrollbar-track: rgba(188, 190, 192, 0.12);
    --client-color-scrollbar-track-border: rgba(188, 190, 192, 0.2);
    --client-color-scrollbar-firefox-track: rgba(188, 190, 192, 0.18);
    --client-color-sidenav-active-bg: rgba(188, 190, 192, 0.14);
    --client-color-divider-on-dark: rgba(255, 255, 255, 0.12);
    
    /* Status */
    --client-color-error: #C0392B;
}
