:root {
  --ep-primary-cyan: #009EE0;
  --ep-primary-cyan-hover: #007bb5;
  --pf-v5-global--primary-color--100: var(--ep-primary-cyan);
  --pf-v5-global--primary-color--200: var(--ep-primary-cyan-hover);
}

.pf-v5-c-brand,
.pf-v5-c-masthead__brand,
.pf-v5-c-page__header-brand {
  content: url('../img/e-pixler_logo_white.svg') !important;
  max-height: 40px !important;
  height: 40px !important;
  width: auto !important;
}

/* Fallback for the image inside masthead if present */
.pf-v5-c-brand img,
.pf-v5-c-masthead__brand img {
  display: none !important;
}
