#townsquare-root#townsquare-root {
  --scene: #bddbea;
  --ground-fill: #abd283;
  --page: #abd283;
  --action-zone-fill: #5c5342;
  --surface: #f6f4ef;
  --ink: #487291;
  --you: #df8a43;
  --tree-trunk: #a25f01;
  --tree-canopy: #0d9128;
  --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: #6c9fd5;
  --ground-fill: #698b46;
  --page: #698b46;
  --action-zone-fill: #5c5342;
  --surface: #f6f4ef;
  --ink: #13302b;
  --you: #df8a43;
  --tree-trunk: #a25f01;
  --tree-canopy: #20df46;
  --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: #6c9fd5;
  --ground-fill: #698b46;
  --page: #698b46;
  --action-zone-fill: #5c5342;
  --surface: #f6f4ef;
  --ink: #13302b;
  --you: #df8a43;
  --tree-trunk: #a25f01;
  --tree-canopy: #20df46;
  --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);
  }
}