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

.mi-Mini-Filter:before {
  content: "\e904";
}
.mi-Mini-Arrow:before {
  content: "\e900";
}
.mi-Mini-Document:before {
  content: "\e901";
}
.mi-Mini-Download:before {
  content: "\e902";
}
.mi-Mini-ExternalLink:before {
  content: "\e903";
}
.mi-Mini-News:before {
  content: "\e905";
}
.mi-Mini-PastEarnings:before {
  content: "\e906";
}
.mi-Mini-Presentation:before {
  content: "\e907";
}
.mi-Mini-Video:before {
  content: "\e908";
}
