/* Noto Sans JP */
@font-face {
    font-family: 'Noto Sans JP';
    src: url('../../webfonts/NotoSansJP-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans JP';
    font-display: swap;
    src: url("../../webfonts/NotoSansJP-Medium.woff2") format("woff2"), url("../../webfonts/NotoSansJP-Medium.woff") format("woff"), url("../../webfonts/NotoSansJP-Medium.eot") format("eot"), url("../../webfonts/NotoSansJP-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans JP';
    font-display: swap;
    src: url('../../webfonts/NotoSansJP-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/* Zen Old Mincho */
@font-face {
    font-family: 'Zen Old Mincho';
    font-display: swap;
    src: url("../../webfonts/ZenOldMincho-Regular.woff2") format("woff2"), url("../../webfonts/ZenOldMincho-Regular.woff") format("woff"), url("../../webfonts/ZenOldMincho-Regular.eot") format("eot"), url("../../webfonts/ZenOldMincho-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Zen Old Mincho';
    font-display: swap;
    src: url("../../webfonts/ZenOldMincho-Bold.woff2") format("woff2"), url("../../webfonts/ZenOldMincho-Bold.woff") format("woff"), url("../../webfonts/ZenOldMincho-Bold.eot") format("eot"), url("../../webfonts/ZenOldMincho-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}