/* ── Popup → DS ── */
.maplibregl-popup-content {
  background: var(--bg-cool) !important;
  color: var(--brand-deep) !important;
  border-radius: var(--radius-card) !important;
  box-shadow: var(--shadow-lg) !important;
}

.ch-popup {
  font-family: var(--font-ui) !important;
}

.ch-popup .ch-popup-t {
  font-family: var(--font-display) !important;
  color: var(--brand-deep) !important;
  border-bottom-color: var(--bg-sand) !important;
}
