:where(:root) {
    --pf-v5-global--BackgroundColor--dark-100: #4863a0;
    --pf-v5-global--BackgroundColor--dark-300: #2b394a;
}

.pf-c-page__header-brand-link .pf-c-brand {
    height: 29px;
    margin-top: 6px;
}

:where(.pf-v5-theme-dark) {
    --pf-v5-global--palette--black-1000: #21385e;
    --pf-v5-global--BackgroundColor--200: #1d232b;

}

:where(.pf-v5-theme-dark) .pf-v5-c-nav {
    --pf-v5-c-nav__link--hover--BackgroundColor: #323c49;
    --pf-v5-c-nav__link--focus--BackgroundColor: #323c49;
    --pf-v5-c-nav__link--active--BackgroundColor: #323c49;
    --pf-v5-c-nav__link--m-current--BackgroundColor: #323c49;
}

:where(.pf-v5-theme-dark):root {
    --pf-v5-c-page__sidebar--BackgroundColor: #1d232b;
}