@charset "UTF-8";

/* robot */
@font-face {
  font-family: 'Roboto';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('./Roboto-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('./Roboto-Regular.ttf') format('truetype');
}

/* noto sans */
@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('./NotoSansJP-Light.woff2') format('woff2'), url('./NotoSansJP-Light.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('./NotoSansJP-Regular.woff2') format('woff2'), url('./NotoSansJP-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('./NotoSansJP-Medium.woff2') format('woff2'), url('./NotoSansJP-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('./NotoSansJP-Bold.woff2') format('woff2'), url('./NotoSansJP-Bold.woff') format('woff');
}

/* noto serif */
@font-face {
  font-family: 'Noto Serif JP';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('./NotoSerifJP-Regular.woff2') format('woff2'), url('./NotoSerifJP-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Noto Serif JP';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('./NotoSerifJP-Bold.woff2') format('woff2'), url('./NotoSerifJP-Bold.woff') format('woff');
}
