@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?6k8q2p');
  src:  url('fonts/icomoon.eot?6k8q2p#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?6k8q2p') format('truetype'),
    url('fonts/icomoon.woff?6k8q2p') format('woff'),
    url('fonts/icomoon.svg?6k8q2p#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-search:before {
  content: "\f002";
}
.icon-home:before {
  content: "\f015";
}
.icon-book:before {
  content: "\f02d";
}
.icon-chain:before {
  content: "\f0c1";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-file-pdf-o:before {
  content: "\f1c1";
}
.icon-question-circle-o:before {
  content: "\f29c";
}
.icon-quotes-right:before {
  content: "\e978";
}
