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

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

.rpicon-logo:before {
  content: "\e001";
}
.rpicon-dinner:before {
  content: "\e002";
}
.rpicon-chef:before {
  content: "\e003";
}
.rpicon-manual:before {
  content: "\e004";
}
.rpicon-enabled:before {
  content: "\e005";
}
.rpicon-disabled:before {
  content: "\e006";
}
.rpicon-confirmed:before {
  content: "\e007";
}
