/* Fonts */
@font-face {
  font-family: "Frutiger";
  src:
    url("../fonts/FrutigerNeueW02-Regular.woff2") format("woff2"),
    url("../fonts/FrutigerNeueW02-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Frutiger";
  src:
    url("../fonts/FrutigerNeueW02-Bd.woff2") format("woff2"),
    url("../fonts/FrutigerNeueW02-Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Goldney";
  src:
    url("../fonts/Goldney.woff2") format("woff2"),
    url("../fonts/Goldney.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

/* Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Styles */
html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
  margin: 0;
  font-family: "Frutiger", sans-serif;
  background-color: #ffffff;
}
body {
  -webkit-font-smoothing: antialiased;
}

/* Leaflet */
.leaflet-popup-content {
  width: 260px;
  max-width: 70vw;
  left: 0;
  top: 0;
}
.leaflet-container {
  background-color: #def0fc;
}
.leaflet-container .baspo-ll-title {
  font-family: "Goldney", sans-serif;
  color: #964624;
  font-size: 1.5rem;
  line-height: 1.1;
}
.leaflet-container .baspo-ll-text {
  margin-top: 0.125rem;
}
.leaflet-container .baspo-ll-link {
  margin-top: 0.25rem;
}
@media only screen and (min-width: 768px) {
  .leaflet-container .baspo-ll-title {
    font-size: 2rem;
  }
  .leaflet-container .baspo-ll-text {
    margin-top: 0.5rem;
  }
  .leaflet-container .baspo-ll-link {
    margin-top: 0.75rem;
  }
}
.leaflet-container {
  width: 100%;
  height: 100%;
  font-family: "Frutiger", sans-serif;
  font-size: 0.75rem;
  line-height: 1.4;
}
.leaflet-container a {
  color: #5e9cb5;
}
.leaflet-popup-tip {
  display: none;
}

/* Legend */
.legend {
  position: absolute;
  z-index: 999;
  padding: 0.5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
}
.legend > div {
  display: flex;
  align-items: center;
}
.legend > div img {
  flex: 1;
  height: 1.5rem;
  padding-left: 0.15rem;
  padding-right: 0.5rem;
  margin-left: 1rem;
}
.legend > div:first-child img {
  margin-left: 0rem;
}
