@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");

:root {
  font-size: 14px;
  --pf-global--BackgroundColor--light-100: #ffffff;
  --pf-c-nav__section-title--Color: #000000;
  --pf-c-button--m-primary--BackgroundColor: #36383a;
  --pf-global--primary-color--100: #36383a;
  --pf-global--primary-color--200:#041295;
  --pf-c-dropdown__toggle--m-plain--Color: #000000;
}

body {
  font-family: Roboto;
}

.pf-v5-c-masthead__brand img {
  height: 28px;
  filter: brightness(100);
}