/* EB Garamond — local, variable font */
@font-face {
  font-family: 'EB Garamond';
  src: url('/fonts/EBGaramond-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'EB Garamond';
  src: url('/fonts/EBGaramond-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 500;
  font-style: italic;
  font-display: swap;
}

/* Noto Serif JP — local, subset containing only 同調 */
@font-face {
  font-family: 'Noto Serif JP';
  src: url('/fonts/NotoSerifJP-Light-subset.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
