@font-face {
  font-family: 'icomoonArrows';
  src:  url('fonts/icomoonArrows.eot?plfxp');
  src:  url('fonts/icomoonArrows.eot?plfxp#iefix') format('embedded-opentype'),
    url('fonts/icomoonArrows.ttf?plfxp') format('truetype'),
    url('fonts/icomoonArrows.woff?plfxp') format('woff'),
    url('fonts/icomoonArrows.svg?plfxp#icomoonArrows') 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: 'icomoonArrows' !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-up-left2:before {
  content: "\ea39";
}
.arrow-arrow-up2:before {
  content: "\ea3a";
}
.arrow-arrow-up-right2:before {
  content: "\ea3b";
}
.arrow-arrow-right2:before {
  content: "\ea3c";
}
.arrow-arrow-down-right2:before {
  content: "\ea3d";
}
.arrow-arrow-down2:before {
  content: "\ea3e";
}
.arrow-arrow-down-left2:before {
  content: "\ea3f";
}
.arrow-arrow-left2:before {
  content: "\ea40";
}
