@font-face {
  font-family: "PPNeueMontreal";
  src: url("https://146466316.fs1.hubspotusercontent-eu1.net/hubfs/146466316/fonts/PPNeueMontreal/PPNeueMontreal-Variable.woff2")
      format("woff2-variations"),
    url("https://146466316.fs1.hubspotusercontent-eu1.net/hubfs/146466316/fonts/PPNeueMontreal/PPNeueMontreal-Variable.woff")
      format("woff-variations"),
  font-weight: 100 900;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: clip;
  max-width: 100vw;
  position: relative;
}
body {
  margin: 0px;
  padding: 0px;
  overscroll-behavior-x: none;
  touch-action: pan-y pinch-zoom;
  font-family: "PPNeueMontreal";
}
p {
  margin: 0px;
  padding: 0px;
}
.maplibregl-popup {
  background: transparent !important;
  box-shadow: none !important;
}

.maplibregl-popup-content {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
}

.maplibregl-popup-tip {
  display: none !important; /* rimuove la freccina */
}

input textarea {
  appearance: none;
  -webkit-appearance: none;
}
