@font-face {
  font-family: 'strato-skl-icons';
  src: url('fonts/strato-skl-icons.woff') format('woff'),
       url('fonts/strato-skl-icons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.skl {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'strato-skl-icons' !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;
}

.skl-bundle:before {
  content: "\e903";
}
.skl-monitoring-service:before {
  content: "\e902";
}
.skl-hidrive:before {
  content: "\e900";
}
.skl-user:before {
  content: "\e901";
}
