:root {
    --iris-content-heading-font-color: #442469;
    --iris-header-background: #0070b0;
    --iris-header-background-largeScreen: linear-gradient(to right, #442469 0, #ED8B00 100%);
    --iris-header-border-bottom-color: #afcb08;
    --iris-header-logo-width-largeScreen: 14rem;
    --iris-header-nav-active-color: #ffffff;
    --iris-header-nav-color: #ffffff;
    --iris-header-nav-has-childs-arrow: #ffffff;
    --iris-header-nav-hover-background: #0070b0;
    --iris-header-nav-hover-color: #ffffff;
    --iris-header-nav-search-active-background: #ffffff;
    --iris-header-nav-underline: #afcb08;
    --iris-header-page-title-color: #ffffff;
    --iris-primary-color: #442469;
    --iris-primary-color-200-foreground: #442469;
    --iris-primary-color-300-foreground: #000000;
    --iris-primary-color-500-foreground: #FFFFFF;
    --iris-primary-font-color: #442469;
    --iris-quickmenu-background-smallScreen: linear-gradient(to right, #442469 0, #ED8B00 100%);
    --iris-secondary-color: #0070b0;
    --iris-secondary-color-500-foreground: #FFFFFF;
    --iris-secondary-font-color: #006BAB;
    --iris-teams-color: #0070b0;
    --iris-teams-color-100-foreground: #0070b0;
    --iris-teams-color-400-foreground: #000000;
    --iris-teams-color-500-foreground: #FFFFFF;
    --iris-teams-font-color: #006BAB;
}

.widget-type-Weather {
    --iris-widget-background-color: #afcb08;
}

.widget-type-DigitalClock {
    --iris-widget-background-color: #0070b0;
}

.progress {
    --iris-progress-bar-progress-background: #afcb08;
}

