/* 日文专属字体 */
@font-face {
    font-family: 'ja1';
    src: url('/m/assets/font/GenJyuuGothicPMedium2.woff2') format('woff2'), url('/m/assets/font/GenJyuuGothicPMedium2.ttf') format('truetype');
    /* font-style: normal; */
    font-display: swap
}

@font-face {
    /* 源真ゴシックP */
    font-family: 'ja2';
    src: url('/m/assets/font/GenShinGothicPHeavy.woff2') format('woff2'), url('/m/assets/font/GenShinGothicPHeavy.ttf') format('truetype');
    font-display: swap
}

