/*
  Ogura progressive interview — handoff notes

  Web fonts loaded by index.html:
    - Zen Old Mincho
    - Cormorant Garamond

  Other font names used by the original implementation:
    - YakuHanJP
    - 秀英角ゴシック銀 B

  IMPORTANT:
  秀英角ゴシック銀 B is intentionally NOT bundled or replaced here.
  The production implementation should use Ogura's existing licensed font setup.
*/
.font-\['Zen_Old_Mincho'\] {
  font-family: "Zen Old Mincho", serif;
}
.font-\['Cormorant_Garamond'\] {
  font-family: "Cormorant Garamond", serif;
}
