
    @font-face {
        font-family: 'Noto Sans JP';
        src: url('/configParts/font/NotoSansJP-Black.otf') format('opentype');
        font-weight: 900;
        font-display: swap;
    }
    @font-face {
        font-family: 'Noto Sans JP';
        src: url('/configParts/font/NotoSansJP-Bold.otf') format('opentype');
        font-weight: 700;
        font-display: swap;
    }
    @font-face {
        font-family: 'Noto Sans JP';
        src: url('/configParts/font/NotoSansJP-Regular.otf') format('opentype');
        font-weight: 400;
        font-display: swap;
    }
    @font-face {
        font-family: 'Noto Sans JP';
        src: url('/configParts/font/NotoSansJP-Light.otf') format('opentype');
        font-weight: 300;
        font-display: swap;
    }



    @font-face {
        font-family: 'Noto Serif JP';
        src: url('/configParts/font/NotoSerifJP-Black.otf') format('opentype');
        font-weight: 900;
        font-display: swap;
    }
    @font-face {
        font-family: 'Noto Serif JP';
        src: url('/configParts/font/NotoSerifJP-Bold.otf') format('opentype');
        font-weight: 700;
        font-display: swap;
    }