@charset "UTF-8";
@font-face {
  font-family: 'food-npd';
  src: url('../font/food-npd.eot?67380258');
  src: url('../font/food-npd.eot?67380258#iefix') format('embedded-opentype'),
       url('../font/food-npd.woff2?67380258') format('woff2'),
       url('../font/food-npd.woff?67380258') format('woff'),
       url('../font/food-npd.ttf?67380258') format('truetype'),
       url('../font/food-npd.svg?67380258#food-npd') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'food-npd';
    src: url('../font/food-npd.svg?67380258#food-npd') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "food-npd";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-asterisk:before { content: '\2a'; } /* '*' */
.icon-dashboard:before { content: '\41'; } /* 'A' */
.icon-projects:before { content: '\42'; } /* 'B' */
.icon-recipes:before { content: '\43'; } /* 'C' */
.icon-customer:before { content: '\44'; } /* 'D' */
.icon-comment:before { content: '\45'; } /* 'E' */
.icon-help:before { content: '\46'; } /* 'F' */
.icon-grid-big:before { content: '\47'; } /* 'G' */
.icon-output-up:before { content: '\48'; } /* 'H' */
.icon-output-right:before { content: '\49'; } /* 'I' */
.icon-output-down:before { content: '\4a'; } /* 'J' */
.icon-list:before { content: '\4b'; } /* 'K' */
.icon-grid-small:before { content: '\4c'; } /* 'L' */
.icon-cutlery:before { content: '\4d'; } /* 'M' */
.icon-book:before { content: '\4e'; } /* 'N' */
.icon-user:before { content: '\4f'; } /* 'O' */
.icon-arrow-right:before { content: '\50'; } /* 'P' */
.icon-arrow-left:before { content: '\51'; } /* 'Q' */
.icon-gt:before { content: '\52'; } /* 'R' */
.icon-lt:before { content: '\53'; } /* 'S' */
.icon-history:before { content: '\54'; } /* 'T' */
.icon-messages:before { content: '\55'; } /* 'U' */
.icon-gear-simple:before { content: '\56'; } /* 'V' */
.icon-3dots:before { content: '\57'; } /* 'W' */
.icon-card:before { content: '\58'; } /* 'X' */
.icon-exit:before { content: '\59'; } /* 'Y' */
.icon-admin:before { content: '\2699'; } /* '⚙' */
.icon-tick-thin:before { content: '\2713'; } /* '✓' */
.icon-tick:before { content: '\2714'; } /* '✔' */
.icon-folder:before { content: '📁'; } /* '\1f4c1' */
.icon-megaphone:before { content: '📣'; } /* '\1f4e3' */
.icon-search:before { content: '🔍'; } /* '\1f50d' */
.icon-bell:before { content: '🔔'; } /* '\1f514' */
.icon-pen:before { content: '🖊'; } /* '\1f58a' */
.icon-print:before { content: '🖨'; } /* '\1f5a8' */
