
@font-face {
    font-family: 'Poppins-ExtraLight';
    src: url('./Poppins/Poppins-ExtraLight.otf');
}
@font-face {
    font-family: 'Poppins-Light';
    src: url('./Poppins/Poppins-Light.otf');
}
@font-face {
    font-family: 'Poppins-Regular';
    src: url('./Poppins/Poppins-Regular.otf');
}
@font-face {
    font-family: 'Poppins-Medium';
    src: url('./Poppins/Poppins-Medium.otf');
}
@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('./Poppins/Poppins-SemiBold.otf');
}
@font-face {
    font-family: 'Poppins-Bold';
    src: url('./Poppins/Poppins-Bold.otf');
}


@font-face {
    font-family: 'SourceHanSans-Regular';
    src: url('./SourceHanSans/SourceHanSansCN-Regular.otf');
}
@font-face {
    font-family: 'SourceHanSans-Medium';
    src: url('./SourceHanSans/SourceHanSansCN-Medium.otf');
}
@font-face {
    font-family: 'SourceHanSans-Bold';
    src: url('./SourceHanSans/SourceHanSansCN-Bold.otf');
}