@font-face {
    font-family: 'MiSans-Normal';
    src: url('MiSans-Normal.eot');
    src: url('MiSans-Normal.eot?#iefix') format('embedded-opentype'),
        url('MiSans-Normal.woff2') format('woff2'),
        url('MiSans-Normal.woff') format('woff'),
        url('MiSans-Normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MiSans';
    src: url('MiSans-Regular.eot');
    src: url('MiSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('MiSans-Regular.woff2') format('woff2'),
        url('MiSans-Regular.woff') format('woff'),
        url('MiSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MiSans';
    src: url('MiSans-Light.eot');
    src: url('MiSans-Light.eot?#iefix') format('embedded-opentype'),
        url('MiSans-Light.woff2') format('woff2'),
        url('MiSans-Light.woff') format('woff'),
        url('MiSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MiSans';
    src: url('MiSans-Semibold.eot');
    src: url('MiSans-Semibold.eot?#iefix') format('embedded-opentype'),
        url('MiSans-Semibold.woff2') format('woff2'),
        url('MiSans-Semibold.woff') format('woff'),
        url('MiSans-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}