/* Tokihana — Webfonts
 *
 *  Shippori Mincho    → display serif (h1/h2/h3, numerals, italic eyebrow)
 *  游ゴシック体 (Yu Gothic) → JP sans body, self-hosted (Bold only, uploaded)
 *  Noto Sans JP       → fallback stack for regular weights of the JP sans
 *
 * ⚠︎ Only YuGothic-Bold is on hand. Regular/Medium weights fall back to
 * 'Yu Gothic' if installed on the OS, then Hiragino, then Noto Sans JP.
 * If Regular/Medium binaries arrive later, drop them into ../assets/fonts/
 * and add matching @font-face blocks below.
 */

@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500;600;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");

/* YuGothic-Bold.otf の @font-face は削除済み（otf非同梱のため本番で404になる。
 * OS標準の游ゴシック→ヒラギノ→Noto Sans JPへのフォールバックで表示する） */
