body {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
/* remove scroll bounce */
body {
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
/* WPGRIDBUILDER MAP BUG*/
.leaflet-container a.leaflet-popup-close-button {
  line-height: 1 !important;
}
