.ThemeGlobal {
    .ImcNavigation {
        --navigation-padding: 0 0 10px;
        --navigation-background: linear-gradient(0deg, #0085b2 0%, #0085b2 10px, #222 11px, #222 100%);
        --navigation-max-width: 1280px;
        --navigation-logo-padding: 20px;
        --navigation-burger-margin: 0;
        --navigation-burger-padding: 10px 20px;
        --navigation-item-text-color: #fff;
        --navigation-item-hover-text-color: #ffc926;
        --navigation-item-active-text-color: #ffc926;
        --navigation-dropdown-background: #fff;
        --navigation-dropdown-item-text-color: #222;
        --navigation-dropdown-item-hover-text-color: #0085b2;
        --navigation-dropdown-item-active-text-color: #0085b2;
    }

    .ImcFooter {
        --footer-background: #333;
        --footer-item-text-color: #fff;
        --footer-item-hover-text-color: rgba(255, 255, 255, 0.6);
    }

    .ImcButton {
        --button-primary-background: #ffc926;
        --button-primary-border: 1px solid #222;
        --button-primary-text-color: #222;
        --button-hover-background: #0085b2;
        --button-hover-border: 1px solid #0085b2;
        --button-hover-text-color: #fff;
        --button-selected-background: #0085b2;
        --button-selected-border: 1px solid #0085b2;
        --button-selected-text-color: #fff;
    }
}