@font-face {
    font-family: "Noto Sans JP";
    font-weight: normal;
    src: url("NotoSansJP-Regular.woff") format("woff");
}

@font-face {
    font-family: "Noto Sans JP";
    font-weight: 500;
    src: url("NotoSansJP-Medium.woff") format("woff");
}

@font-face {
    font-family: "Noto Sans JP";
    font-weight: 600;
    src: url("NotoSansJP-SemiBold.woff") format("woff");
}

@font-face {
    font-family: "Noto Sans JP";
    font-weight: bold;
    src: url("NotoSansJP-Bold.woff") format("woff");
}