/*
  Icon Font: sl-icons
*/

@font-face {
  font-family: "sl-icons";
  src: url("./sl-icons.eot");
  src: url("./sl-icons.eot?#iefix") format("embedded-opentype"),
       url("./sl-icons.woff") format("woff"),
       url("./sl-icons.ttf") format("truetype"),
       url("./sl-icons.svg#sl-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "sl-icons";
    src: url("./sl-icons.svg#sl-icons") format("svg");
  }
}

[data-icon]:before { content: attr(data-icon); }

[data-icon]:before,
.i-analytics:before,
.i-battery:before,
.i-best-value:before,
.i-form-factor:before,
.i-ipmi:before,
.i-os-windows:before,
.i-pdf:before,
.i-redundancy:before,
.i-sl-icons:before,
.i-storage:before,
.i-throughput:before,
.i-video-output:before {
  display: inline-block;
  font-family: "sl-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.i-analytics:before { content: "\f10c"; }
.i-battery:before { content: "\f100"; }
.i-best-value:before { content: "\f101"; }
.i-form-factor:before { content: "\f102"; }
.i-ipmi:before { content: "\f103"; }
.i-os-windows:before { content: "\f104"; }
.i-pdf:before { content: "\f105"; }
.i-redundancy:before { content: "\f106"; }
.i-sl-icons:before { content: "\f10a"; }
.i-storage:before { content: "\f107"; }
.i-throughput:before { content: "\f108"; }
.i-video-output:before { content: "\f109"; }
