@font-face {
  font-family: 'resto';
  src:  url('resto.eot?pwncy1');
  src:  url('resto.eot?pwncy1') format('embedded-opentype'),
    url('resto.ttf?pwncy1') format('truetype'),
    url('resto.woff?pwncy1') format('woff'),
    url('resto.svg?pwncy1') 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: 'resto' !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;
}

.icon-cart:before {
  content: "\e902";
}
.icon-user:before {
  content: "\e903";
}
.icon-globe:before {
  content: "\e900";
}
.icon-minus:before {
  content: "\e904";
}
.icon-plus:before {
  content: "\e905";
}
.icon-remove:before {
  content: "\e906";
}
.icon-calendar:before {
  content: "\e907";
}
.icon-clock:before {
  content: "\e908";
}
.icon-envelope:before {
  content: "\e909";
}
.icon-person:before {
  content: "\e90a";
}
.icon-facebook:before {
  content: "\e90b";
}
.icon-instagram:before {
  content: "\e90c";
}
.icon-linkedin:before {
  content: "\e90d";
}
.icon-twitter:before {
  content: "\e90e";
}
.icon-youtube:before {
  content: "\e90f";
}