@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icons/icomoon.eot?rh9bkg');
  src:  url('fonts/icons/icomoon.eot?rh9bkg#iefix') format('embedded-opentype'),
  url('fonts/icons/icomoon.ttf?rh9bkg') format('truetype'),
  url('fonts/icons/icomoon.woff?rh9bkg') format('woff'),
  url('fonts/icons/icomoon.svg?rh9bkg#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-download2:before {
  content: "\e9c5";
}
.icon-plus:before {
  content: "\ea0a";
}
.icon-cancel-circle:before {
  content: "\ea0d";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-file-pdf:before {
  content: "\eadf";
}
