/* ==========================================================================
   Riventic — Keycloak admin console brand layer (limited: colours only).
   The console is a compiled PatternFly-v5 React SPA, so we can only steer it via
   PatternFly v5 CSS variables; layout/structure theming is not supported.
   ========================================================================== */

@import url('colors.css');

:root {
  --pf-v5-global--primary-color--100: var(--brand);
  --pf-v5-global--primary-color--200: var(--brand-hover);
  --pf-v5-global--link--Color: var(--text-link);
  --pf-v5-global--link--Color--hover: var(--brand-hover);
  --pf-v5-c-button--m-primary--BackgroundColor: var(--brand);
  --pf-v5-c-button--m-primary--hover--BackgroundColor: var(--brand-hover);
  --pf-v5-c-button--m-primary--active--BackgroundColor: var(--brand-active);
}
