@font-face {
  font-family: 'ace';
  src:  url('fonts/ace.eot?b1z75p');
  src:  url('fonts/ace.eot?b1z75p#iefix') format('embedded-opentype'),
    url('fonts/ace.ttf?b1z75p') format('truetype'),
    url('fonts/ace.woff?b1z75p') format('woff'),
    url('fonts/ace.svg?b1z75p#ace') 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: 'ace' !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-loading:before {
  content: "\e907";
}
.icon-chevron-right:before {
  content: "\e900";
}
.icon-chevron-left:before {
  content: "\e901";
}
.icon-contact:before {
  content: "\e902";
}
.icon-report:before {
  content: "\e903";
}
.icon-watch:before {
  content: "\e904";
}
.icon-news:before {
  content: "\e905";
}
.icon-about:before {
  content: "\e906";
}
