html {
  font-family: "Merriweather", serif !important;
  scroll-behavior: smooth;
}
.map-wrapper {
  position: relative;
}

.map-title {
  position: absolute;
  top: 16px;
  left: 16px;
  background: white;
  padding: 8px 10px;
  font-weight: 600;
  border-radius: 6px;
  z-index: 10;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); */
}
