@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?fajfxg');
  src:  url('fonts/icomoon.eot?fajfxg#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?fajfxg') format('truetype'),
    url('fonts/icomoon.woff?fajfxg') format('woff'),
    url('fonts/icomoon.svg?fajfxg#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-memo:before {
  content: "\e909";
}
.icon-reload:before {
  content: "\e908";
}
.icon-no-entry:before {
  content: "\e907";
}
.icon-eye-regular:before {
  content: "\e905";
}
.icon-eye-slash-regular:before {
  content: "\e906";
}
.icon-webicon-printer:before {
  content: "\e903";
}
.icon-webicon-window:before {
  content: "\e904";
}
.icon-webicon-mail:before {
  content: "\e900";
}
.icon-webicon-sun:before {
  content: "\e901";
}
.icon-webicon-moon:before {
  content: "\e902";
}
