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

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

.mcicon-mc-globe:before {
  content: "\e900";
  color: #eeeac5;
}
.mcicon-mc-tower:before {
  content: "\e901";
  color: #eeeac5;
}
