@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?z5q0vq');
  src:  url('fonts/icomoon.eot?z5q0vq#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?z5q0vq') format('truetype'),
    url('fonts/icomoon.woff?z5q0vq') format('woff'),
    url('fonts/icomoon.svg?z5q0vq#icomoon') 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: 'icomoon' !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-video:before {
  content: "\e912";
}
.icon-podcast:before {
  content: "\e91e";
}
.icon-article:before {
  content: "\e926";
}
.icon-cart:before {
  content: "\e93a";
}
.icon-star-empty:before {
  content: "\e9d7";
}
.icon-star-half:before {
  content: "\e9d8";
}
.icon-star-full:before {
  content: "\e9d9";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-play3:before {
  content: "\ea1c";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-github:before {
  content: "\eab0";
}
.icon-linkedin:before {
  content: "\eaca";
}
.icon-file-pdf:before {
  content: "\eadf";
}
.icon-file-word:before {
  content: "\eae1";
}
