@font-face {
  font-family: 'arrow-icons';
  src:  url('../../images/web/arrow-icons.eot?q15pz5');
  src:  url('../../images/web/arrow-icons.eot?q15pz5#iefix') format('embedded-opentype'),
    url('../../images/web/arrow-icons.ttf?q15pz5') format('truetype'),
    url('../../images/web/arrow-icons.woff?q15pz5') format('woff'),
    url('../../images/web/arrow-icons.svg?q15pz5#arrow-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'arrow-icons' !important;
  speak: none;
  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;
}

.ic-angle-down:before {
  content: "\e900";
}
.ic-angle-up:before {
  content: "\e901";
}
.ic-angle-left:before {
  content: "\e902";
}
.ic-angle-right:before {
  content: "\e903";
}
.ic-last:before {
  content: "\e904";
}
.ic-first:before {
  content: "\e905";
}

