/* Hitachi Sans — webfont (woff2 + woff fallback)
   ライセンス・配布範囲は HGLK2026 案件内に限定。
   元データ: HitachiSans/WEB/ */
@font-face {
  font-family: 'Hitachi Sans';
  src: url('/fonts/HitachiSans-Regular.woff2') format('woff2'),
       url('/fonts/HitachiSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hitachi Sans';
  src: url('/fonts/HitachiSans-Italic.woff2') format('woff2'),
       url('/fonts/HitachiSans-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hitachi Sans';
  src: url('/fonts/HitachiSans-Bold.woff2') format('woff2'),
       url('/fonts/HitachiSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hitachi Sans';
  src: url('/fonts/HitachiSans-BoldItalic.woff2') format('woff2'),
       url('/fonts/HitachiSans-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
