/*
 * Brand colors for the NEM demo instance.
 *
 * Pinned explicitly rather than relying on the image's built-in defaults: those defaults were
 * NEM's own colors only because the madm fork renamed the tokens without ever replacing the
 * values. Now that the image ships generic defaults, THIS file is what keeps the demo looking
 * like NEM. Served no-cache, so edits here are live on the next page load — no rebuild, no
 * restart. The logo/emblem/email-logo beside it are pinned for the same reason.
 */
:root {
  --color-brand-primary: #5b0b0b;
  --color-brand-ink: #3a3b3e;
  --color-brand-surface: #faf7f4;
}
