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

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

.arrow-Arrow-Right:before {
  content: "\e900";
  color: #f6f6f6;
}
.arrow-Arrow-Left:before {
  content: "\e901";
  color: #f6f6f6;
}
