#townsquare-root#townsquare-root {
  --scene: #fcf4f6;
  --ground-fill: #f0e8ea;
  --page: #f0e8ea;
  --action-zone-fill: #f6eef0;
  --surface: #fdf8f4;
  --ink: #2c292a;
  --you: #c8641f;
  --tree-trunk: #4a4647;
  --tree-canopy: #1a4405;
  --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: #1f191b;
  --ground-fill: #43393c;
  --page: #43393c;
  --action-zone-fill: #2d2528;
  --surface: #24231f;
  --ink: #e5e2e3;
  --you: #df8a43;
  --tree-trunk: #cbc3c5;
  --tree-canopy: #8ec47f;
  --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: #1f191b;
  --ground-fill: #43393c;
  --page: #43393c;
  --action-zone-fill: #2d2528;
  --surface: #24231f;
  --ink: #e5e2e3;
  --you: #df8a43;
  --tree-trunk: #cbc3c5;
  --tree-canopy: #8ec47f;
  --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);
  }
}