html, body {
  margin: 0;
  height: 100%;
}

#map {
  position: absolute;
  inset: 0;
}

.mapboxgl-popup-content {
  font: 13px/1.4 system-ui, sans-serif;
}

.popup__city {
  font-weight: 600;
}

.popup__where {
  color: #555;
}
