.ThemeGlobal {
  .ImcNavigation {
    --navigation-logo-height: 20px;
  }
  .ImcFooter {
    --footer-background: #003087;
    --footer-item-text-color: #ffffff;
    --footer-item-hover-text-color: #ffffff;
    --footer-item-hover-text-decoration: underline;
  }
  .ImcButton {
    --button-primary-background: #fff;
    --button-primary-border: 1px solid #003087;
    --button-primary-text-color: #003087;
  }
 
  
}
