/*
 * HiBOU self-hosted web fonts.
 * Official sources, build hashes, coverage basis, and licenses are recorded in
 * build-manifest.json and licenses/. Keep the existing family names so page
 * typography contracts remain unchanged.
 */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/hibou/NotoSansTC-wght.woff2') format('woff2');
}

@font-face {
  font-family: 'Noto Serif TC';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url('/assets/fonts/hibou/NotoSerifTC-wght.woff2') format('woff2');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/hibou/NotoSansJP-wght.woff2') format('woff2');
}

@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url('/assets/fonts/hibou/NotoSerifJP-wght.woff2') format('woff2');
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/assets/fonts/hibou/CormorantGaramond-wght.woff2') format('woff2');
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url('/assets/fonts/hibou/CormorantGaramond-Italic-wght.woff2') format('woff2');
}

@font-face {
  font-family: 'Zen Antique';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/hibou/ZenAntique-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/assets/fonts/hibou/EBGaramond-wght.woff2') format('woff2');
}

@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 400 800;
  font-display: swap;
  src: url('/assets/fonts/hibou/EBGaramond-Italic-wght.woff2') format('woff2');
}
