*{
    font-family: "Alibaba-Regular";
    
}
.richtext h3,.richtext h4,.richtext h5,.richtext h6{
    font-family: "Alibaba-Bold";
    font-weight: normal;
}
.richtext strong{
    font-family: "Alibaba-Bold";
    font-weight: normal;
}
.richtext h2{
    font-family: "Alibaba-Bold";
    font-weight: normal;
}
.richtext{
    font-family: "Alibaba-Regular";
}
.richtext table tbody tr td:nth-child(1){
    font-family: "Alibaba-Medium";
    font-weight: initial;
}
.richtext.li-medium ul li{
    font-family: "Alibaba-Medium";
    font-weight: initial;
}
.richtext *{
	font-family: inherit;
}


@font-face{
       font-family: "Alibaba-Regular";
       src: local("Alibaba-Regular"), url("../fonts/Alibaba-PuHuiTi-Regular.ttf") format('opentype');
       font-style:normal;
       font-weight:normal;
       font-display: fallback;
}

@font-face{
    font-family: "Alibaba-Bold";
    src: local("Alibaba-Bold"), url("../fonts/Alibaba-PuHuiTi-Bold.ttf") format('opentype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}
@font-face{
    font-family: "Alibaba-Heavy";
    src: local("Alibaba-Heavy"), url("../fonts/Alibaba-PuHuiTi-Heavy.ttf") format('opentype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}


@font-face{
    font-family: "Alibaba-Medium";
    src: local("Alibaba-Medium"), url("../fonts/Alibaba-PuHuiTi-Medium.ttf") format('opentype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}
@font-face{
    font-family: "Alibaba-Light";
    src: local("Alibaba-Light"), url("../fonts/Alibaba-PuHuiTi-Light.ttf") format('opentype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}

.regular{
    font-family: "Alibaba-Regular";
    
}

.medium{
    font-family: "Alibaba-Medium";
    font-weight: normal;
}
.light{
    font-family: "Alibaba-Light";
}

.bold,.text-bold{
    font-family: "Alibaba-Bold";
    font-weight: normal;
}
.heavy{
    font-family: "Alibaba-Heavy";
    font-weight: normal;
}












