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

[class^="mi-"],
[class*=" mi-"] {
    font-family: 'icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    transform: rotate(0.003deg);
}

.mi-arrow-left:before { content: "\e903"; }
.mi-arrow-right:before { content: "\e906"; }
.mi-arrow-up:before { content: "\e909"; }
.mi-check:before { content: "\e91a"; }
.mi-pause:before { content: "\e97a"; }
.mi-play:before { content: "\e97e"; }
.mi-volume-off:before { content: "\e9ac"; }
.mi-volume-up:before { content: "\e9ad"; }
