@import url("https://shogo82148.github.io/genjyuugothic-subsets/GenJyuuGothicL-P-Medium/GenJyuuGothicL-P-Medium.css");
@import url("https://shogo82148.github.io/genjyuugothic-subsets/GenJyuuGothicL-P-Bold/GenJyuuGothicL-P-Bold.css");

@font-face {
  font-family: "Mojinomori Map JP";
  src: url("./fonts/NotoSansCJKjp-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400 900;
  font-display: block;
}

.leaflet-container,
.leaflet-control,
.leaflet-popup {
  font-family: "GenJyuuGothicLP", "Mojinomori Map JP", "Zen Maru Gothic", "M PLUS Rounded 1c", system-ui, sans-serif;
}

.moji-city-label-icon {
  pointer-events: none;
}

.moji-city-label-text {
  position: relative;
  display: block;
  width: 1px;
  height: 1px;
  color: #eaf2ef;
  font-family: "GenJyuuGothicLP", "Mojinomori Map JP", "Zen Maru Gothic", "M PLUS Rounded 1c", system-ui, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0;
  white-space: nowrap;
  text-align: center;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  transition: opacity 160ms ease;
  user-select: none;
}

.moji-city-label-text::before,
.moji-city-label-text::after {
  content: attr(data-label);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.moji-city-label-text::before {
  color: #488669;
  z-index: 1;
}

.moji-city-label-text::after {
  color: #488669;
  -webkit-text-fill-color: #488669;
  -webkit-text-stroke: 3px #eaf2ef;
  z-index: -1;
}

.moji-city-label-hidden .moji-city-label-text {
  opacity: 0;
}
