/*
  01 — Settings / legacy bridge  (ITCSS: Settings)

  Compatibility aliases mapping the old --brand-1-* names onto the current
  NSWTF tokens, for render-blocking legacy CSS (zJoinForm.css) that still
  references them. This is a shim, not part of the token system: delete it once
  every consumer of --brand-1-* has moved to the --nswtf-* tokens in
  00-brand-tokens.

  Environment: iMIS App_Theme. iMIS injects these files itself (alphabetical
  order), so the numeric prefix carries the ITCSS layer order and we do NOT use
  @layer here — unlayered iMIS/Telerik CSS would beat any layered rule.
*/
:root {
  --brand-1-bg: var(--nswtf-color-sys-primary);
  --brand-1-fg: var(--nswtf-color-sys-text-light);
}