/*
 * Dexipedia amber for the keycloak.v3 account console (static, no build).
 * Supplies the --st-brand values consumed by snowtree-base/account/structural.css;
 * PF token plumbing + the .pf-v5-theme-dark toggle live in the base. Every value is
 * read from the component-library tokens (css/tokens.css, build-copied from
 * src/Snowtree.Dexipedia.Razor/wwwroot/css/tokens.css) - nothing re-typed here.
 *
 * CANONICAL token source: src/Snowtree.Dexipedia.Razor/wwwroot/css/tokens.css
 */
:root,
.pf-v5-theme-dark {
  --st-brand: var(--dx-amber-500);
  --st-brand-hover: var(--dx-amber-600);
}
