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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'custom-icon' !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;
}

.icon-ArrowLeft-v2:before {
  content: "\e91e";
}
.icon-ArrowRight-v2:before {
  content: "\e91f";
}
.icon-ChevronLeft-v2:before {
  content: "\e925";
}
.icon-ChevronRight-v2:before {
  content: "\e926";
}
.icon-arrow-up-right:before {
  content: "\e902";
}
