/* Theme: Mental Wealth Solutions Inc. — founder ruling 2026-09-03: MWS moves
   onto the Couch Commons ground family (near-black ground, off-white ink) with
   one neon PURPLE accent. The cream #ECEAE3 / sage-deep #3F4D43 palette from
   mentalwealthsolutions-2026/src/styles/global.css is retired here; gold and
   rust are gone with it (a warm hue is not the accent and never was a link).
   Same accent as the other three: one family, not four purples.
   Contrast: ink 16.90 · accent 11.02 · accent-deep 8.68 · secondary 5.58,
   all on #111 (accent 10.36 on panel #181818, on-accent 11.02 on the fill). */
:root[data-ds-theme="mws"] {
  color-scheme: dark;
  --ds-ground: #111111;
  --ds-ground-alt: #161616;
  --ds-panel: #181818;
  --ds-panel-deep: #1f1f1f;
  --ds-ink: #f5f2ec;
  --ds-ink-strong: #ece8e0;
  --ds-ink-secondary: #8c8c86;
  --ds-accent: #d9b8ff;
  --ds-accent-deep: #c49ff7;
  --ds-accent-surface: #1e1630;
  --ds-on-accent: #111111;
  --ds-line: rgba(245, 242, 236, 0.16);
  --ds-line-soft: rgba(245, 242, 236, 0.08);
  --ds-line-strong: #f5f2ec;
  --ds-ok: #d9b8ff;
  --ds-warn: #e8c46a;
  --ds-error: #ff8f7a;
  --ds-radius: 0px;
}
