@font-face {
  font-family: 'msi-icons';
  src:  url('../fonts/icons.eot?3t7445');
  src:  url('../fonts/icons.eot?3t7445#iefix') format('embedded-opentype'),
    url('../fonts/icons.ttf?3t7445') format('truetype'),
    url('../fonts/icons.woff?3t7445') format('woff'),
    url('../fonts/icons.svg?3t7445#msiIcons') 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: 'msi-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;
}

.icon-storage:before {
  content: "\e905";
}
.icon-graphic-card:before {
  content: "\e90a";
}
.icon-aio:before {
  content: "\e900";
}
.icon-bp-desktop:before {
  content: "\e901";
}
.icon-bp-monitor:before {
  content: "\e902";
}
.icon-components:before {
  content: "\e903";
}
.icon-desktop:before {
  content: "\e904";
}
.icon-home:before {
  content: "\e906";
}
.icon-laptops:before {
  content: "\e907";
}
.icon-monitors:before {
  content: "\e908";
}
.icon-peripherals:before {
  content: "\e909";
}
