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

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'microsonicsymbols' !important;
  speak: none;
  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-youtube-play:before {
  content: "\f16a";
}
.icon-download:before {
  content: "\e903";
}
.icon-info:before {
  content: "\e902";
}
.icon-loupe:before {
  content: "\e901";
}
.icon-sensor:before {
  content: "\e900";
}
.icon-minus:before {
  content: "\e604";
}
.icon-plus:before {
  content: "\e603";
}
.icon-bullet-bold:before {
  content: "\e602";
}
.icon-globus:before {
  content: "\e601";
}
.icon-bullet-light:before {
  content: "\e600";
}
.icon-close:before {
  content: "\e605";
}
