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

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

.icon-chevron-left:before {
  content: "\e901";
}
.icon-chevron-right:before {
  content: "\e903";
}
.icon-arrow-left:before {
  content: "\e900";
}
.icon-arrow-right:before {
  content: "\e904";
}

