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

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'custom-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;
}

.micon-heart-icon:before {
  content: "\e900";
}
.micon-map-marker-icon:before {
  content: "\e901";
}
.micon-mobile-phone-icon:before {
  content: "\e902";
}
.micon-play-circle-icon:before {
  content: "\e903";
}
.micon-right-arrow-icon:before {
  content: "\e904";
}
.micon-youtube-icon:before {
  content: "\e905";
}
