/* ローカルフォント定義 */
@font-face {
  font-family: 'M PLUS 1p';
  font-style: normal;
  font-weight: 300;
  src: url('./MPlus1p-Light.woff2') format('woff2'),
       url('./MPlus1p-Light.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'M PLUS 1p';
  font-style: normal;
  font-weight: 400;
  src: url('./MPlus1p-Regular.woff2') format('woff2'),
       url('./MPlus1p-Regular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'M PLUS 1p';
  font-style: normal;
  font-weight: 500;
  src: url('./MPlus1p-Medium.woff2') format('woff2'),
       url('./MPlus1p-Medium.woff') format('woff');
  font-display: swap;
}

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