@font-face {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    src: url(fonts/notosansjp/NotoSansJP-Regular.ttf) format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans JP';
    font-weight: 500;
    src: url(fonts/notosansjp/NotoSansJP-Medium.ttf) format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans JP';
    font-weight: 600;
    src: url(fonts/notosansjp/NotoSansJP-SemiBold.ttf) format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    src: url(fonts/notosansjp/NotoSansJP-Bold.ttf) format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans JP';
    font-weight: 900;
    src: url(fonts/notosansjp/NotoSansJP-Black.ttf) format('truetype');
    font-display: swap;
}


@font-face {
    font-family: 'Lato';
    font-weight: 300;
    src: url(fonts/lato/Lato-Light.ttf) format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    font-weight: 400;
    src: url(fonts/lato/Lato-Regular.ttf) format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    font-weight: 700;
    src: url(fonts/lato/Lato-Bold.ttf) format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    font-weight: 900;
    src: url(fonts/lato/Lato-Black.ttf) format('truetype');
    font-display: swap;
}

