@font-face {
  font-family: 'arrow';
  src:  url('arrow.eot?al4bbb');
  src:  url('arrow.eot?al4bbb#iefix') format('embedded-opentype'),
    url('arrow.ttf?al4bbb') format('truetype'),
    url('arrow.woff?al4bbb') format('woff'),
    url('arrow.svg?al4bbb#arrow') 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: 'arrow' !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-assist:before {
  content: "\e900";
}
