/* Mimori — Webfonts
 * NOTE: No brand font files were provided. These are Google Fonts chosen to match
 * the Mimori brief (warm, rounded, highly legible Japanese type). If you have
 * licensed brand fonts, replace these @import/@font-face rules with local files.
 *
 * - "M PLUS Rounded 1c": core UI + brand voice. Rounded terminals read as warm,
 *   friendly, and calm; excellent large-size legibility for elderly screens.
 * - "Zen Kaku Gothic New": dense/data surfaces (admin tables, tight labels).
 *   A clean humanist gothic that stays in-family in feel but holds up at small sizes.
 */
/* H-2②（2026-09-04）：Google Fonts 依存を撤去し自ホストへ切替。
 * M PLUS Rounded 1c（--font-core）＝自ホスト /fonts/（広めサブセット・OFL.txt同梱）。
 * Zen Kaku Gothic New（--font-data）＝LP では未使用のため同梱しない（使う面が出たら自ホストを追加）。
 *   未ロード時は typography.css の --font-data フォールバック（Hiragino Kaku Gothic ProN / Yu Gothic）が効く。 */
@import url('/fonts/mplus-rounded-1c.css');
