@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?qkqgmp');
  src:  url('fonts/icomoon.eot?qkqgmp#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?qkqgmp') format('truetype'),
    url('fonts/icomoon.woff?qkqgmp') format('woff'),
    url('fonts/icomoon.svg?qkqgmp#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-alert:before {
  content: "\e900";
}
.icon-gauge-high:before {
  content: "\e901";
}
.icon-gauge-low:before {
  content: "\e902";
}
.icon-gauge-medium:before {
  content: "\e903";
}
.icon-keywords:before {
  content: "\e904";
}
.icon-status-ok:before {
  content: "\e905";
}
.icon-status-not-ok:before {
  content: "\e906";
}
.icon-signals:before {
  content: "\e907";
}
.icon-quality:before {
  content: "\e908";
}
.icon-stopwatch-TTL:before {
  content: "\e909";
}
