@charset "UTF-8";

@font-face {
  font-family: "arrowfont";
  src:url("fonts/arrowfont.eot");
  src:url("fonts/arrowfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/arrowfont.woff") format("woff"),
    url("fonts/arrowfont.ttf") format("truetype"),
    url("fonts/arrowfont.svg#arrowfont") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "arrowfont" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="js-icon-"]:before,
[class*=" js-icon-"]:before {
  font-family: "arrowfont" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.js-icon-lnr-arrow-right:before {
  content: "\61";
}
.js-icon-lnr-arrow-down:before {
  content: "\62";
}
.js-icon-lnr-arrow-left:before {
  content: "\63";
}
.js-icon-lnr-arrow-up:before {
  content: "\64";
}
