/* @font-face{
    font-family: 'poppins-bold';
    src: url('../font/Poppins-Bold.ttf');
}
@font-face{
    font-family: 'poppins-regular';
    src: url('../font/Poppins-Regular.ttf');
}
@font-face{
    font-family: 'poppins-medium';
    src: url('../font/Poppins-Medium.ttf');
}
@font-face{
    font-family: 'poppins-light';
    src: url('../font/Poppins-Light.ttf');
} */

@font-face {
    font-family: 'Merriweather_48pt-Regular';
    src: url('../font/Merriweather_48pt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* 避免文字闪烁，优先显示回退字体 */
}

@font-face{
    font-family: 'Merriweather-Italic';
    src: url('../font/Merriweather-Italic.ttf');
}