@font-face {
  font-family: 'miron-icons';
  src:
    url('fonts/miron-icons.ttf?y3bobi') format('truetype'),
    url('fonts/miron-icons.woff?y3bobi') format('woff'),
    url('fonts/miron-icons.svg?y3bobi#miron-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.mc-icon-search:before {
  content: "\e909";
}
.mc-icon-arrow-down:before {
  content: "\e907";
}
.mc-icon-calendar:before {
  content: "\e908";
}
.mc-icon-instagram:before {
  content: "\e904";
}
.mc-icon-youtube:before {
  content: "\e905";
}
.mc-icon-google-plus:before {
  content: "\e900";
}
.mc-icon-linkedin:before {
  content: "\e901";
}
.mc-icon-facebook:before {
  content: "\e902";
}
.mc-icon-twitter:before {
  content: "\e903";
}
.mc-icon-mail:before {
  content: "\e906";
}
