:root {
  --bg: #0f1209;
  --panel: #191d11;
  --line: #2e3520;
  --text: #eef1e3;
  --muted: #969e82;

  --accent: #9cb84f;
  --accent-glow: rgba(156, 184, 79, .22);
  --accent-soft: rgba(156, 184, 79, .09);

  --win: #cfe06a;
  --out: #e2614a;
  --out-soft: rgba(226, 97, 74, .1);
  --out-line: rgba(226, 97, 74, .38);
  --gold: #ddb443;

  /* The two duellists. Kept apart from --accent/--bowl on purpose: those carry meaning
     (brand, and "act on this"), and a player identity that borrows them cannot be
     changed without changing what the rest of the UI is saying. */
  --p1: #9cb84f;
  --p2: #48c9d8;

  --bowl: #e8b03c;
  --bowl-soft: rgba(232, 176, 60, .12);
  --bowl-line: rgba(232, 176, 60, .4);

  --field-bg: #0d1108;
  --stand: #232a18;
  --turf: #46592a;
  --turf-in: #576d33;
  --pitch: #c9ad80;
  --kit-a: #e9eddb;
  --kit-b: #e2614a;
  --skin: #f0e2d0;
  --bat: #d9a441;
  --ball: #e23b2c;
  --fielder: #e6ebd8;
}
