@font-face {
  font-family: 'couponfonticon';
  src: url('../../fonts/couponfonticon/couponfonticon.ttf?2mjps5') format('truetype'),
    url('../../fonts/couponfonticon/couponfonticon.woff?2mjps5') format('woff'),
    url('../../fonts/couponfonticon/couponfonticon.svg?2mjps5#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: 'couponfonticon' !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;
}

.mim-icon-minus:before {
  content: "\e903";
}
.mim-icon-plus-sign:before {
  content: "\e904";
}
.mim-icon-close:before {
  content: "\e900";
}
.mim-icon-scissors:before {
  content: "\e901";
}
.mim-icon-ticket:before {
  content: "\e902";
}
