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

[class^="mim-icon-"], [class*="mim-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'mimiconfont' !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;
}
.mim-icon-whatsapp:before {
  content: "\e910";
}
.mim-icon-right-arrow:before {
  content: "\e90e";
}
.mim-icon-left-arrow:before {
  content: "\e90f";
}
.mim-icon-right-chevron-1:before {
  content: "\e90d";
}
.mim-icon-minus-1:before {
  content: "\e90c";
}
.mim-icon-plus-1:before {
  content: "\e90b";
}
.mim-icon-cancel:before {
  content: "\e901";
}
.mim-icon-phone-call:before {
  content: "\e900";
}
.mim-icon-plus:before {
  content: "\e90a";
}
.mim-icon-minus:before {
  content: "\e909";
}
.mim-icon-right-chevron:before {
  content: "\e908";
}
.mim-icon-alarm-clock-1:before {
  content: "\e904";
}
.mim-icon-email:before {
  content: "\e902";
}
.mim-icon-placeholder:before {
  content: "\e903";
}
.mim-icon-instagram:before {
  content: "\e905";
}
.mim-icon-twitter:before {
  content: "\e906";
}
.mim-icon-facebook:before {
  content: "\e907";
}