@font-face {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    src: url('../fonts/NotoSansJP-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Noto Sans JP';
    font-weight: 500;
    src: url('../fonts/NotoSansJP-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    src: url('../fonts/NotoSansJP-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Noto Serif JP';
    font-weight: 400;
    src: url('../fonts/NotoSerifJP-Regular.otf') format('opentype');
}