/* 常规字体 */
@font-face {
    font-family: 'MiSans';
    src: url('https://hyx-public.oss-cn-hangzhou.aliyuncs.com/web/public/install/assets/MiSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Regular */
body {
    font-family: 'MiSans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: normal;
}


/* Demibold */
h1, h2, h3 {
    font-family: 'MiSans', sans-serif;
    font-weight: 600;
}

/* Medium */
.medium-text {
    font-family: 'MiSans', sans-serif;
    font-weight: 500;
}

/* Demibold */
.bold-text {
    font-family: 'MiSans', sans-serif;
    font-weight: 600;
}