@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?von0ej');
  src:  url('fonts/icomoon.eot?von0ej#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?von0ej') format('truetype'),
    url('fonts/icomoon.woff?von0ej') format('woff'),
    url('fonts/icomoon.svg?von0ej#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-user:before {
  content: "\f007";
}
.icon-search:before {
  content: "\f002";
}
.icon-twitter-square:before {
  content: "\f081";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-file-pdf-o:before {
  content: "\f1c1";
}
.icon-eye:before {
  content: "\f06e";
}
.icon-envelope:before {
  content: "\f0e0";
}
