.ThemeGlobal {
    .ImcNavigation {
        --navigation-max-width: 1280px;
        --navigation-logo-height: 50px;
        --navigation-logo-padding: 20px 10px 10px 10px;
        .Logo {
            align-self: flex-start;
        }
    }

    .ImcFooter {
        --footer-background: #4a4a4a;
        --footer-item-text-color: #fff;
        --footer-item-hover-text-color: #ccc;
    }
    .ImcButton {
        --button-primary-background: #9f9f9f;
        --button-primary-border: 1px solid #9f9f9f;
        --button-primary-color: #fff;
        --button-hover-background: #b5007d;
        --button-hover-border: 1px solid #b5007d;
        --button-hover-color: #fff;
    }
}