/**
 * Deal Room legacy variable bridge — import after tokens + overrides.
 * Maps historical --blue to the semantic primary token.
 */

:root {
  --blue: hsl(var(--primary));
}

html[data-drl-brand-custom] {
  --blue: hsl(var(--primary));
}
