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

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

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