/* Local hosted fonts: WOFF2 first, TTF as fallback */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./NotoSansJP-400.woff2') format('woff2'), url('./NotoSansJP-400.ttf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./NotoSansJP-500.woff2') format('woff2'), url('./NotoSansJP-500.ttf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./NotoSansJP-700.woff2') format('woff2'), url('./NotoSansJP-700.ttf') format('truetype');
}

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