@font-face {
    font-family: 'Noto Sans JP';
    src: url('NotoSansJP-Light-Alphabetic.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans JP';
    src: url('NotoSansJP-Regular-Alphabetic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans JP';
    src: url('NotoSansJP-Medium-Alphabetic.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans JP';
    src: url('NotoSansJP-Thin-Alphabetic.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans JP';
    src: url('NotoSansJP-Bold-Alphabetic.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans JP';
    src: url('NotoSansJP-Black-Alphabetic.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans JP';
    src: url('NotoSansJP-Regular-Alphabetic_1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif JP';
    src: url('../fonts/NotoSerifJP-Regular.otf');
    font-weight: normal;
    font-display: swap;
  }
@font-face {
    font-family: 'Noto Serif JP';
    src: url('../fonts/NotoSerifJP-Light.otf');
    font-weight: 300;
    font-display: swap;
  }
@font-face {
    font-family: 'Noto Serif JP';
    src: url('../fonts/NotoSerifJP-Medium.otf');
    font-weight: 500;
    font-display: swap;
  }
@font-face {
    font-family: 'Noto Serif JP';
    src: url('../fonts/NotoSerifJP-SemiBold.otf');
    font-weight: 600;
    font-display: swap;
  }
@font-face {
    font-family: 'Noto Serif JP';
    src: url('../fonts/NotoSerifJP-Bold.otf');
    font-weight: 700;
    font-display: swap;
  }
@font-face {
    font-family: 'Noto Serif JP';
    src: url('../fonts/NotoSerifJP-Black.otf');
    font-weight: 900;
    font-display: swap;
  }
