@font-face {
    font-family: 'Philosopher';
    src: url('../fonts/Philosopher.woff2') format('woff2'),
        url('../fonts/Philosopher.woff') format('woff'),
        url('../fonts/Philosopher.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PF';
    src: url('../fonts/PingFangSC-Regular.woff2') format('woff2'),
        url('../fonts/PingFangSC-Regular.woff') format('woff'),
        url('../fonts/PingFangSC-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PF-Medium';
    src: url('../fonts/PingFangSC-Medium.woff2') format('woff2'),
        url('../fonts/PingFangSC-Medium.woff') format('woff'),
        url('../fonts/PingFangSC-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PF-Semibold';
    src: url('../fonts/PingFangSC-Semibold.woff2') format('woff2'),
        url('../fonts/PingFangSC-Semibold.woff') format('woff'),
        url('../fonts/PingFangSC-Semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SH-Bold';
    src: url('../fonts/SourceHanSerifCN-Bold.woff2') format('woff2'),
        url('../fonts/SourceHanSerifCN-Bold.woff') format('woff'),
        url('../fonts/SourceHanSerifCN-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}