@font-face {
  font-family: 'icons';
  src: url('../fonts/icons.eot?598d307d8d774a8b3f08631bcb8bf4a1#iefix')
      format('embedded-opentype'),
    url('../fonts/icons.woff2?598d307d8d774a8b3f08631bcb8bf4a1') format('woff2'),
    url('../fonts/icons.woff?598d307d8d774a8b3f08631bcb8bf4a1') format('woff');
}

i[class^='icon-']:before,
i[class*=' icon-']:before {
  font-family: icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-allergy:before {
  content: '\f101';
}
.icon-crab:before {
  content: '\f102';
}
.icon-dairy:before {
  content: '\f103';
}
.icon-egg:before {
  content: '\f104';
}
.icon-fish:before {
  content: '\f105';
}
.icon-nut:before {
  content: '\f106';
}
.icon-peanut:before {
  content: '\f107';
}
.icon-soybean:before {
  content: '\f108';
}
.icon-wheat:before {
  content: '\f109';
}
