/* ── Dark Theme ─────────────────────────────────────────────────────────── */
/* This is the default — variables already set in base.css                   */
/* This file exists so future dark-only overrides have a clear home          */

body.dark-theme {
  background: var(--bg-app);
  color: var(--text-primary);
}

body.dark-theme .leaflet-container {
  background: #1a1a2e;
}