@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?670bd8');
  src:  url('fonts/icomoon.eot?670bd8#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?670bd8') format('truetype'),
    url('fonts/icomoon.woff?670bd8') format('woff'),
    url('fonts/icomoon.svg?670bd8#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-home3:before {
  content: "\e902";
}
.icon-images:before {
  content: "\e90e";
}
.icon-folder:before {
  content: "\e92f";
}
.icon-bell:before {
  content: "\e951";
}
.icon-cogs:before {
  content: "\e995";
}
.icon-accessibility:before {
  content: "\e9b2";
}
.icon-menu:before {
  content: "\e9bd";
}
