@font-face {
  font-family: 'BuchnerIcons';
  src:  url('../assets/fonts/BuchnerIcons/BuchnerIcons.eot?jpzzo4');
  src:  url('../assets/fonts/BuchnerIcons/BuchnerIcons.eot?jpzzo4#iefix') format('embedded-opentype'),
    url('../assets/fonts/BuchnerIcons/BuchnerIcons.ttf?jpzzo4') format('truetype'),
    url('../assets/fonts/BuchnerIcons/BuchnerIcons.woff?jpzzo4') format('woff'),
    url('../assets/fonts/BuchnerIcons/BuchnerIcons.svg?jpzzo4#BuchnerIcons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'BuchnerIcons' !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;
}

.icon-arrow_down:before {
  content: "\e900";
}
.icon-arrow_left:before {
  content: "\e901";
}
.icon-arrow_up:before {
  content: "\e902";
}
.icon-back:before {
  content: "\e903";
}
.icon-compare:before {
  content: "\e904";
}
