:root {
  font-family: Inter, sans-serif;
  font-feature-settings:
    'liga' 1,
    'calt' 1; /* fix for Chrome */
}

@supports (font-variation-settings: normal) {
  :root {
    font-family: InterVariable, sans-serif;
  }
}

body,
html {
  padding: 0px;
  margin: 0px;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  font-family: Inter, sans-serif;
}

#app {
  height: 100vh;
  width: 100vw;
}

.maplibregl-popup-content {
  border-radius: 0px;
  box-shadow: none;
  padding: 0px;
  background: none;
}
