html,
body,
#map {
  height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

@font-face {
  font-family: "AcuminPro";
  font-weight: bold;
  src: url("./fonts/AcuminProExtraCondensed-Bold.otf") format("opentype");
}

@font-face {
  font-family: "AcuminPro";
  font-weight: lighter;
  src: url("./fonts/AcuminProExtraCondensed-Light.otf") format("opentype");
}
