@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon3ab1.eot?hpj8fd');
  src:  url('fonts/icomoon3ab1.eot?hpj8fd#iefix') format('embedded-opentype'),
    url('fonts/icomoon3ab1.ttf?hpj8fd') format('truetype'),
    url('fonts/icomoon3ab1.woff?hpj8fd') format('woff'),
    url('fonts/icomoon3ab1.svg?hpj8fd#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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;
}

.icon-food:before {
  content: "\e900";
}
.icon-people-1:before {
  content: "\e901";
}
.icon-restaurant:before {
  content: "\e902";
}
.icon-people:before {
  content: "\e903";
}
.icon-coffee-cup:before {
  content: "\e904";
}
.icon-monitor:before {
  content: "\e905";
}
.icon-wifi:before {
  content: "\e906";
}
.icon-car:before {
  content: "\e907";
}

