@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?18kp5z');
  src:  url('fonts/icomoon.eot?18kp5z#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?18kp5z') format('truetype'),
    url('fonts/icomoon.woff?18kp5z') format('woff'),
    url('fonts/icomoon.svg?18kp5z#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: "\e900";
}
.icon-office:before {
  content: "\e903";
}
.icon-pencil:before {
  content: "\e905";
}
.icon-file-text:before {
  content: "\e922";
}
.icon-stack:before {
  content: "\e92e";
}
.icon-bell:before {
  content: "\e951";
}
.icon-keyboard:before {
  content: "\e955";
}
.icon-user:before {
  content: "\e971";
}
.icon-user-plus:before {
  content: "\e973";
}
.icon-user-minus:before {
  content: "\e974";
}
.icon-key:before {
  content: "\e98d";
}
.icon-truck:before {
  content: "\e9b0";
}
.icon-list:before {
  content: "\e9ba";
}
.icon-list2:before {
  content: "\e9bb";
}
.icon-menu:before {
  content: "\e9bd";
}
