@font-face {
    font-family: "Noto Sans JP";
    src:
            local("NotoSansJP-Bold"),
            url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "Noto Serif JP";
    src:
            local("NotoSerifJP-Bold"),
            url("../fonts/NotoSerifJP-Bold.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "YuGoth B";
    src:
            local("YuGothB"),
            url("../fonts/YuGothB.woff2") format("woff2");
    font-display: swap;
}