@font-face {
  font-family: 'mapicons';
  src:  url('icons/mapicons.eot?al8l8n');
  src:  url('icons/mapicons.eot?al8l8n#iefix') format('embedded-opentype'),
    url('icons/mapicons.ttf?al8l8n') format('truetype'),
    url('icons/mapicons.woff?al8l8n') format('woff'),
    url('icons/mapicons.svg?al8l8n#mapicons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="mapicon-"], [class*=" mapicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'mapicons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mapicon-map:before {
  content: "\e900";
}
.mapicon-marker:before {
  content: "\e901";
}
.mapicon-location:before {
  content: "\e902";
}
.mapicon-parking:before {
  content: "\e903";
}
.mapicon-rest:before {
  content: "\e904";
}
.mapicon-cart:before {
  content: "\e905";
}
.mapicon-washing:before {
  content: "\e906";
}
.mapicon-pharmacy:before {
  content: "\e907";
}
.mapicon-church:before {
  content: "\e908";
}
.mapicon-school:before {
  content: "\e909";
}