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

[class^="efm-icon_arrow"], [class*=" efm-icon_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;
}

.efm-icon_arrowright:before {
  content: "\e800";
}
.efm-icon_arrowleft:before {
  content: "\e801";
}
.efm-icon_arrowup:before {
  content: "\e802";
}
.efm-icon_arrowdown:before {
  content: "\e803";
}
