@font-face {
    font-family: 'ZenKakuGothicNew-Black';
    src: url('fonts/ZenKakuGothicNew-Black.ttf') format('truetype'); /* Path to your Regular font file */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ZenKakuGothicNew-Bold';
    src: url('fonts/ZenKakuGothicNew-Black.ttf') format('truetype'); /* Path to your Regular font file */
    font-weight: Bold;
    font-style: normal;
}
@font-face {
    font-family: 'ZenKakuGothicNew-Light';
    src: url('fonts/ZenKakuGothicNew-Light.ttf') format('truetype'); /* Path to your Regular font file */
    font-weight: Light;
    font-style: normal;
}
@font-face {
    font-family: 'ZenKakuGothicNew-Medium';
    src: url('fonts/ZenKakuGothicNew-Medium.ttf') format('truetype'); /* Path to your Regular font file */
    font-weight: Medium;
    font-style: normal;
}
@font-face {
    font-family: 'ZenKakuGothicNew-Regular';
    src: url('fonts/ZenKakuGothicNew-Regular.ttf') format('truetype'); /* Path to your Regular font file */
    font-weight: Regular;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSerifJP-SemiBold';
    src: url('fonts/NotoSerifJP-SemiBold.ttf') format('truetype'); /* Path to your Regular font file */
    font-weight: SemiBold;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSerifJP-Regular';
    src: url('fonts/NotoSerifJP-Regular.ttf') format('truetype'); /* Path to your Regular font file */
    font-weight: Regular;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSerifJP-Medium';
    src: url('fonts/NotoSerifJP-Medium.ttf') format('truetype'); /* Path to your Regular font file */
    font-weight: medium;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSerifJP-Light';
    src: url('fonts/NotoSerifJP-Light.ttf') format('truetype'); /* Path to your Regular font file */
    font-weight: light;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSerifJP-Bold';
    src: url('fonts/NotoSerifJP-Bold.ttf') format('truetype'); /* Path to your Regular font file */
    font-weight: Bold;
    font-style: normal;
}
