#townsquare-root#townsquare-root {
  --scene: #08080d;
  --ground-fill: #050508;
  --page: #050508;
  --action-zone-fill: #0b0b13;
  --surface: #0e0e16;
  --ink: #eceae3;
  --you: #d9a94f;
  --tree-trunk: #817e8d;
  --tree-canopy: #aaa7b3;
  --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: #08080d;
  --ground-fill: #050508;
  --page: #050508;
  --action-zone-fill: #0b0b13;
  --surface: #0e0e16;
  --ink: #eceae3;
  --you: #d9a94f;
  --tree-trunk: #817e8d;
  --tree-canopy: #aaa7b3;
  --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: #08080d;
  --ground-fill: #050508;
  --page: #050508;
  --action-zone-fill: #0b0b13;
  --surface: #0e0e16;
  --ink: #eceae3;
  --you: #d9a94f;
  --tree-trunk: #817e8d;
  --tree-canopy: #aaa7b3;
  --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);
  }
}