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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'mundoMoon' !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-close:before {
  content: "\e908";
}
.icon-menu:before {
  content: "\e907";
}
.icon-arrow-down:before {
  content: "\e906";
}
.icon-instagram:before {
  content: "\e902";
}
.icon-linkedin:before {
  content: "\e903";
}
.icon-search:before {
  content: "\e904";
}
.icon-youtube:before {
  content: "\e905";
}
.icon-star:before {
  content: "\e900";
}
.icon-play:before {
  content: "\e901";
}
