@font-face {
  font-family: 'malibu-icons';
  font-display: swap;
  src:  url('malibu-icons.eot?6lqbmh');
  src:  url('malibu-icons.eot?6lqbmh#iefix') format('embedded-opentype'),
    url('malibu-icons.ttf?6lqbmh') format('truetype'),
    url('malibu-icons.woff?6lqbmh') format('woff'),
    url('malibu-icons.svg?6lqbmh#malibu-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

.mi:before, [class^="mi-"]:before, [class*=" mi-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'malibu-icons' !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;
}

.mi-star:before {
  content: "\e900";
}
.mi-blotch:before {
  content: "\e901";
}
.mi-share:before {
  content: "\e902";
}
