@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.ttf?futumf") format("truetype"), url("fonts/icomoon.woff?futumf") format("woff"),
    url("fonts/icomoon.svg?futumf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

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

.icon-zoom_out_map:before {
  content: "\e900";
}
.icon-gps_off:before {
  content: "\e901";
}
.icon-location_disabled:before {
  content: "\e901";
}
.icon-gps_not_fixed:before {
  content: "\e902";
}
.icon-location_searching:before {
  content: "\e902";
}
.icon-gps_fixed:before {
  content: "\e903";
}
.icon-my_location:before {
  content: "\e903";
}
.icon-coord_switch:before {
  /*content: "\e904";*/
  content: "+";
}
.icon-add:before {
  content: "\e905";
}
