/* per-client palette override — emitted by Stage 6
 * source:     logo
 * confidence: high
 * applied:    2026-05-19
 * Re-declares the DS's --brand family with this client's hue. The DS's
 * --accent token is intentionally NOT overridden (it's a contrasting splash
 * by design in v1; future v2 may map a secondary brand color to it).
 */
:root {
  --brand:         #E20C13;
  --brand-deep:    #A8090E;
  --brand-soft:    #F4373D;
  --brand-on-dark: #F65E63;
  --brand-rgb:     226, 12, 19;
  /* Common synonyms used by some DSes — alias them to --brand so older */
  /* selectors still pick up the override. */
  --brand-mid:     #E20C13;
  --brand-darker:  #A8090E;
}
