@font-face {
  font-family: 'iconfont';
  src:  url('fonts/iconfont.eot?dft7te');
  src:  url('fonts/iconfont.eot?dft7te#iefix') format('embedded-opentype'),
    url('fonts/iconfont.ttf?dft7te') format('truetype'),
    url('fonts/iconfont.woff?dft7te') format('woff'),
    url('fonts/iconfont.svg?dft7te#iconfont') 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: 'iconfont' !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-link:before {
  content: "\e908";
}
.icon-cook:before {
  content: "\e905";
}
.icon-triangle_top_beta:before {
  content: "\e906";
}
.icon-triangle_top:before {
  content: "\e907";
}
.icon-dotted:before {
  content: "\e902";
}
.icon-prev:before {
  content: "\e903";
}
.icon-next:before {
  content: "\e904";
}
.icon-triangle_beta:before {
  content: "\e901";
}
.icon-triangle:before {
  content: "\e900";
}
