@charset "UTF-8";
@font-face {
    font-family: 'MiSansMe';
    src: url('MiSans/MiSans-Medium.otf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MiSans';
    src: url('MiSans/MiSans-Normal.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MiSansBd';
    src: url('MiSans/MiSans-Bold.otf');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MiSansLg';
    src: url('MiSans/MiSans-Light.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MiSansRa';
    src: url('MiSans/MiSans-Regular.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MiSansDd';
    src: url('MiSans/MiSans-Demibold.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}