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

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

.pfeile-angle:before {
  content: "\e900";
}
.pfeile-circle-right:before {
  content: "\ea42";
}
