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

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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;
}
  
  .mh-icon-phone:before {
    content: "\e904";
  }
  .mh-icon-email:before {
    content: "\e916";
  }
  .mh-icon-mobile:before {
    content: "\e917";
  }
  .mh-icon-repeat:before {
    content: "\e918";
  }
  .mh-icon-youtube:before {
	content: "\e900";
  }
  .mh-icon-twitter:before {
	content: "\e901";
  }
  .mh-icon-tag:before {
	content: "\e902";
  }
  .mh-icon-search:before {
	content: "\e903";
  }
  .mh-icon-map-pin:before {
	content: "\e905";
  }
  .mh-icon-instagram:before {
	content: "\e906";
  }
  .mh-icon-home:before {
	content: "\e907";
  }
  .mh-icon-heart:before {
	content: "\e908";
  }
  .mh-icon-facebook:before {
	content: "\e909";
  }
  .mh-icon-download:before {
	content: "\e90a";
  }
  .mh-icon-clock:before {
	content: "\e90b";
  }
  .mh-icon-chevron-up:before {
	content: "\e90c";
  }
  .mh-icon-chevron-right:before {
	content: "\e90d";
  }
  .mh-icon-chevron-left:before {
	content: "\e90e";
  }
  .mh-icon-chevron-down:before {
	content: "\e90f";
  }
  .mh-icon-checkmark:before {
	content: "\e910";
  }
  .mh-icon-calendar:before {
	content: "\e911";
  }
  .mh-icon-bubble:before {
	content: "\e912";
  }
  .mh-icon-arrow-up-left:before {
	content: "\e913";
  }
  .mh-icon-arrow-right:before {
	content: "\e914";
  }
  .mh-icon-arrow-left:before {
	content: "\e915";
  }
  