@font-face {
  font-family: 'unreel';
  src:  url('https://d1azc1qln24ryf.cloudfront.net/70297/Unreel/unreel.eot?sa0mmy');
  src:  url('https://d1azc1qln24ryf.cloudfront.net/70297/Unreel/unreel.eot?sa0mmy#iefix') format('embedded-opentype'),
    url('https://d1azc1qln24ryf.cloudfront.net/70297/Unreel/unreel.woff2?sa0mmy') format('woff2'),
    url('https://d1azc1qln24ryf.cloudfront.net/70297/Unreel/unreel.ttf?sa0mmy') format('truetype'),
    url('https://d1azc1qln24ryf.cloudfront.net/70297/Unreel/unreel.woff?sa0mmy') format('woff'),
    url('https://d1azc1qln24ryf.cloudfront.net/70297/Unreel/unreel.svg?sa0mmy#unreel') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'unreel' !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 {
  / use !important to prevent issues with browser extensions that change fonts /
  font-family: 'unreel' !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: "\e640";
}
.icon-chevron-right:before {
  content: "\e63f";
}