/*苹方替换为思源黑体,蓝湖中字体的字重描述可能有误，需要按照实际效果调整*/
@font-face {
    font-family: 'HelloFont WenYiHei';
    src: url("../assets/font/HelloFontWenYiHei.ttf");
}

@font-face {
    font-family: 'SourceHanSans-Normal';
    src: url("../assets/font/SourceHanSansSC-VF.ttf");
}

@font-face {
    font-family: 'YS-HelloFont-BangBangTi';
    src: url("../assets/font/YS_HelloFont_BangBangTi.ttf");
}

@font-face {
    font-family: 'lianmengqiyilushuaizhengruiheiti';
    src: url("../assets/font/lianmengqiyilushuaizhengruiheiti.ttf");
}

.font1 {
    font-size: 120px;
    font-family: HelloFont WenYiHei;
    font-weight: 400;
    color: #000000;
}

.font2 {
    font-size: 36px;
    font-family: SourceHanSans-Normal;
    font-weight: 500;
    color: #5D667E;
}

.font3 {
    font-size: 18px;
    font-family: SourceHanSans-Normal;
    font-weight: 500;
    color: #5D667E;
}

.font4 {
    font-size: 60px;
    font-family: SourceHanSans-Normal;
    font-weight: 500;
    color: #5D667E;
}


.font5 {
    font-size: 24px;
    font-family: YS-HelloFont-BangBangTi;
    font-weight: 400;
}

.font6 {
    font-size: 28px;
    font-family: YS-HelloFont-BangBangTi;
    font-weight: 400;
}

.font7 {
    font-size: 292px;
    font-family: lianmengqiyilushuaizhengruiheiti;
    font-weight: 400;
}