@font-face {
  font-family: 'micon';
  src:  url('fonts/micon.eot');
  src:  url('fonts/micon.eot') format('embedded-opentype'),
    url('fonts/micon.ttf') format('truetype'),
    url('fonts/micon.woff') format('woff'),
    url('fonts/micon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="micon-"], [class*=" micon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'micon' !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;
}

.micon-world:before {
  content: "\e903";
}
.micon-cheveron-right:before {
  content: "\e902";
}
.micon-cheveron-left:before {
  content: "\e900";
}
.micon-envelope:before {
  content: "\e901";
}
.micon-bubble:before {
  content: "\e96b";
}
.micon-search:before {
  content: "\e986";
}
.micon-plus:before {
  content: "\ea0a";
}
.micon-facebook:before {
  content: "\ea90";
}
.micon-twitter:before {
  content: "\ea96";
}
.micon-youtube:before {
  content: "\ea9d";
}
.micon-linkedin2:before {
  content: "\eaca";
}
