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

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

.icon-arrow-right:before {
  content: "\e900";
}
