/* kana.hako.to — loads after base.css.
 * Accent: sakura #e89aa0 — the colour of kana's dot on the splash.
 * (Was #bc002d on the old light theme; that deep red goes muddy on dark.) */

:root {
  --p400: #e89aa0;
  --accent: #e89aa0;
  --accent-soft: rgba(232,154,160,0.16);
  /* Gold reads as "correct" better than green against the sakura accent. */
  --good: #d4a040;
  --bad: #d0876f;
}
