/*
 * Font rules
 *
 * We use the icomoon font (generated from http://icomoon.io/app) for icons.
 */ 

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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-home:before {
  content: "\e902";
}
.icon-download:before {
  content: "\e9c5";
}

/* Used for bullet points 
.icon-play3:before {
  content: "\ea1c";
} */

.icon-source:before {
  content: "\ea7d";
}

.icon-rss:before {
  content: "\ea9c";
}

.icon-file-pdf:before {
  content: "\eadf";
}

