/*
 * Nico Moji (self-hosted) — 2026-04-24
 * 元々 https://fonts.googleapis.com/earlyaccess/nicomoji.css で読み込んでいたが、
 * Google Early Access フォントのファイル実体 (fonts.gstatic.com/ea/nicomoji/v1/*)
 * が 404 を返すようになったため、当プロジェクト配下で自己ホストに切り替えた。
 */
@font-face {
  font-family: 'Nico Moji';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/NicoMoji-Regular.eot');
  src: url('../fonts/NicoMoji-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/NicoMoji-Regular.woff2') format('woff2'),
       url('../fonts/NicoMoji-Regular.woff') format('woff'),
       url('../fonts/NicoMoji-Regular.ttf') format('truetype');
}
