html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  overflow: hidden;

  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
}

/* #fullscreen {
  width: 100vw;
  height: 100vh;
  position: relative;
}
#map {
  width: 100%;
  height: 100%;
}
#overlay {
  position: absolute;
  background: #fff;
  width: max(250px, 25vw);
  top: 32px;
  bottom: 32px;
  right: 32px;
  border-radius: 16px;
  padding: 24px;
  overflow: scroll;
  font-size: 12px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05),
    0 4px 11px rgba(0, 0, 0, 0.18);
}
.list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list li {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
}
.list li:first-of-type {
  border-top: 1px solid #ddd;
}

.list--key,
.list--value {
  flex: 1;
}

.list--key {
  font-weight: bold;
  padding-right: 10px;
} */
