:root {
  --link-color: black;
  --link-hover-color: black;
}

[data-theme=dark] {
  --link-color: white;
  --link-hover-color: white;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme=light]) {
    --link-color: white;
    --link-hover-color: white;
  }
}
a {
  color: var(--link-color);
}
a:hover {
  color: var(--link-hover-color);
}

.leaflet-marker-icon {
  background: transparent;
  border: none;
  color: #e74c3c;
}

.leaflet-container a {
  color: unset;
  text-decoration: unset;
  background: unset;
  padding: unset;
  border: unset;
  border-radius: unset;
  display: unset;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../assets/styles/app.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AACA;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;IACI;IACA;;;AAIR;EACI;;AAEA;EACI;;;AAKR;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA%22,%22file%22:%22app.output.css%22%7D */
