/* Self-hosted Google Fonts */

/* Inter (variable weight 200-700) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200 700;
  font-display: swap;
  src: url('/fonts/inter.woff2') format('woff2');
}

/* Noto Sans JP (variable weight 200-700) */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200 700;
  font-display: swap;
  src: url('/fonts/noto-sans-jp.woff2') format('woff2');
}

/* Playfair Display */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/fonts/playfair-display.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/playfair-display-italic.woff') format('woff');
}
