/* Sprint 13 — `crimson` legacy theme.
 *
 * Deep wine-red ground with rose-pink and gold accents. Migrated from
 * public/styles/themes.css (Sprint 7 legacy axis).
 *
 * Self-contained per the Sprint 13 refactor contract: every theme
 * file ships all 13 primary tokens + card-back tokens.
 *
 * Authoring note: don't put leading `--name:` in comments — the L5
 * contrast linter regex matches the first occurrence.
 */

body[data-theme="crimson"] {
  --bg:          #10070a;
  --paper:       #1f0c10;
  --ink:         #fff0f0;
  --ink-soft:    #cda7a7;
  --felt-mid:    #4a1021;
  --card-bg:     #fff8f2;
  --card-border: #e4c9c1;
  --red:         #d83d58;
  --spade:       #1f0c10;
  --accent:      #f1c15b;
  --team-ns:     #e54763;
  --team-ew:     #c49a56;
  --amber:       #f59e0b;
  --ink-on-team-ew: #000;
  /* Default mask emblem (shared). */
  --card-back-image: none;
  --card-back-mask: var(--shared-card-back-mask);
}
