/* Drive Salem admin console — PatternFly v5 CSS-variable overrides ONLY (stable,
   documented token names; no DOM-structure selectors). Loaded after the app CSS via the
   official `styles` theme.properties hook. Accent = brand accentStrong #C8E24A on light
   surfaces (lime #E8FF72 fails contrast on white); links stay default for readability. */

:root {
  --pf-v5-global--primary-color--100: #5E7510;
  --pf-v5-global--primary-color--200: #4a5c0d;
  --pf-v5-global--active-color--100: #5E7510;
}

:root .pf-v5-theme-dark,
html.pf-v5-theme-dark {
  --pf-v5-global--primary-color--100: #C8E24A;
  --pf-v5-global--primary-color--200: #E8FF72;
  --pf-v5-global--active-color--100: #C8E24A;
  --pf-v5-global--primary-color--dark-100: #C8E24A;
}

/* Masthead: brand-dark bar in both modes (logo asset is white-on-dark). */
.pf-v5-c-masthead {
  --pf-v5-c-masthead--BackgroundColor: #0B0C0E;
}
