

:root{
    --theme-primary-background: #000000;
    --theme-primary-text: #000000;
    --theme-secondary-background: #FDC600;
    --theme-secondary-text: #FDC600;
    --theme-highlight-background: #FDC600;
    --theme-light-background: #F0F0F0;
    --theme-light-gray: #F9F9F9;
    --theme-secondary-light-gray: #EBEBEB;
    --theme-dark-gray: #4D4C4C;
    --theme-secondary-gray: #717273;
    --border-gray: #CBCBCB;
    --error: #CE1515;
    --error-background: #C04F37;
    --warning: #F5A623;
    --success: #438000;
    --reward-configured: #0097CE;
    --theme-reward-ready: #00B050;
    --theme-reward-requested: #E20000;
    }

        
            .theme-primary-background, .priority-primary{
            background-color: #000000;
            }

            .theme-primary-border{
            border-color: #000000;
            }

            .theme-primary-text, a{
            color: #000000;
            }

            .theme-secondary-background{
            background-color: #FDC600;
            color: #FFF;
            }

            .theme-secondary-text{
            color: #FDC600;
            }

            .theme-highlight{
            background-color: #FDC600 !important;
            }

            body, .theme-text-color{
            color: #333;
            }

            .theme-light-background{
            background-color: #F0F0F0;
            }
        
