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

[class^="arrows-direction"], [class*=" arrows-direction"] {
  /* 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;
}

.arrows-directionBack:before {
  content: "\e900";
}
.arrows-directionLeft:before {
  content: "\e901";
}
.arrows-directionRight:before {
  content: "\e902";
}
.arrows-directionUp:before {
  content: "\e903";
}
