@font-face {
  font-family: 'icomoon';
  src:  url('icomoon.eot?50pypr');
  src:  url('icomoon.eot?50pypr#iefix') format('embedded-opentype'),
    url('icomoon.ttf?50pypr') format('truetype'),
    url('icomoon.woff?50pypr') format('woff'),
    url('icomoon.svg?50pypr#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-inbox:before {
  content: "\e900";
}
.icon-calendar:before {
  content: "\e901";
}
.icon-bullhorn:before {
  content: "\e91a";
}
.icon-profile:before {
  content: "\e923";
}
.icon-price-tags:before {
  content: "\e936";
}
.icon-calendar2:before {
  content: "\e953";
}
.icon-drawer2:before {
  content: "\e95d";
}
.icon-box-add:before {
  content: "\e95e";
}
.icon-download2:before {
  content: "\e9c5";
}
.icon-link:before {
  content: "\e9cb";
}
.icon-info:before {
  content: "\ea0c";
}

