#townsquare-root#townsquare-root {
  --scene: #e7ce9b;
  --ground-fill: #fba46f;
  --page: #fba46f;
  --action-zone-fill: #ff5f84;
  --surface: #e8fcf9;
  --ink: #2a2926;
  --you: #c8641f;
  --tree-trunk: #852a4c;
  --tree-canopy: #627b4e;
  --other: #26241f;
  --ground-line: rgba(42, 41, 38, 0.16);
  --ground: rgba(42, 41, 38, 0.16);
  --you-deep: var(--you);
  --text: var(--ink);
  --muted: var(--ink);
}
#townsquare-root#townsquare-root[data-townsquare-theme="dark"] {
  --scene: #562e64;
  --ground-fill: #995782;
  --page: #995782;
  --action-zone-fill: #6e4aaa;
  --surface: #ffeada;
  --ink: #f2eee6;
  --you: #e600c2;
  --tree-trunk: #140c22;
  --tree-canopy: #580c31;
  --other: #ddd7cc;
  --ground-line: rgba(242, 238, 230, 0.18);
  --ground: rgba(242, 238, 230, 0.18);
  --you-deep: var(--you);
  --text: var(--ink);
  --muted: var(--ink);
}
@media (prefers-color-scheme: dark) {
  #townsquare-root#townsquare-root[data-townsquare-theme="auto"] {
  --scene: #562e64;
  --ground-fill: #995782;
  --page: #995782;
  --action-zone-fill: #6e4aaa;
  --surface: #ffeada;
  --ink: #f2eee6;
  --you: #e600c2;
  --tree-trunk: #140c22;
  --tree-canopy: #580c31;
  --other: #ddd7cc;
  --ground-line: rgba(242, 238, 230, 0.18);
  --ground: rgba(242, 238, 230, 0.18);
  --you-deep: var(--you);
  --text: var(--ink);
  --muted: var(--ink);
  }
}