:root {
    --theme-primary-color: #ffffff;
    --theme-primary-color-highlight: #ffffff;

    --theme-accent-color-1: #ffffff;
    --theme-accent-color-1-desaturated: #ffffff;

    --theme-accent-color-2: #ffffff;
    --theme-accent-color-2-desaturated: #ffffff;

    --theme-accent-color-3: #ffffff;
    --theme-accent-color-3-desaturated: #ffffff;

    --theme-success-color: #7cda24;
    --theme-success-color-desaturated: #d7f4bc;

    --theme-warning-color: #e09900;
    --theme-warning-color-desaturated: #f6e0b2;

    --theme-danger-color: #d91b5c;
    --theme-danger-color-desaturated: #f4bace;

    --theme-survey-color-1: #0000ff;
    --theme-survey-color-2: #00dd00;
    --theme-survey-color-3: rgb(128,128,128);
    --theme-survey-color-4: #ff0000;
    --theme-survey-color-5: #ffbb00;
    --theme-survey-color-6: #bb00ff;

    --theme-text-dark-color: rgb(26, 26, 26);   /* Equivalent to #1a1a1a */
    --theme-text-normal-color: rgb(51, 51, 51); /* Equivalent to #333333 */
    --theme-text-light-color: rgb(77, 77, 77);  /* Equivalent to #4d4d4d */

    --theme-text-selected-color: rgb(255, 255, 255); /* Equivalent to #ffffff */
    --theme-text-deselected-color: rgb(77, 77, 77);  /* Equivalent to #4d4d4d */

    --theme-dark-white-color: #f2f2f2;
    --theme-light-white-color: #f7f7f7;

    --theme-tooltip-foreground-color: #ffffff;
    --theme-tooltip-background-color: #4d4d4d;

    --theme-qa-client-background-color: #e7e7e7;
    --theme-qa-client-disabled-color: #778899;
}
