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

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


.cfi-youtube-play:before {
  content: "\e908";
}
.cfi-file-text-o:before {
  content: "\e909";
}
.cfi-angle-down:before {
  content: "\e900";
}
.cfi-chevron-down:before {
  content: "\e901";
}
.cfi-angle-up:before {
  content: "\e902";
}
.cfi-chevron-up:before {
  content: "\e903";
}
.cfi-angle-right:before {
  content: "\e904";
}
.cfi-chevron-right:before {
  content: "\e905";
}
.cfi-angle-left:before {
  content: "\e906";
}
.cfi-chevron-left:before {
  content: "\e907";
}
