@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?wvnoni');
  src:  url('fonts/icomoon.eot?wvnoni#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?wvnoni') format('truetype'),
    url('fonts/icomoon.woff?wvnoni') format('woff'),
    url('fonts/icomoon.svg?wvnoni#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-users:before {
  content: "\e900";
}
.icon-picture:before {
  content: "\e901";
}
.icon-helmet:before {
  content: "\e902";
}
.icon-news:before {
  content: "\e903";
}
.icon-menu:before {
  content: "\e904";
}
.icon-pencil:before {
  content: "\e90e";
}
.icon-plus:before {
  content: "\e90f";
}
.icon-trash:before {
  content: "\e910";
}
.icon-view:before {
  content: "\e911";
}
.icon-page:before {
  content: "\e906";
}
.icon-setting:before {
  content: "\e90a";
}
.icon-statistic:before {
  content: "\e90b";
}
.icon-system:before {
  content: "\e90c";
}
