:root{
/* 書体は1家族（2026-08-20裁定）。完全オフライン配布のため外部フォントは使わない。
   見出しの階層はウェイトとサイズだけで作る */
--font-body:-apple-system, BlinkMacSystemFont, "Hiragino Sans", "BIZ UDPGothic", "Yu Gothic UI", "Yu Gothic", Meiryo, sans-serif;
--font-display:-apple-system, BlinkMacSystemFont, "Hiragino Sans", "BIZ UDPGothic", "Yu Gothic UI", "Yu Gothic", Meiryo, sans-serif;
--font-utility:ui-monospace, "SFMono-Regular", Menlo, Monaco, Consolas, monospace;
--font-size-h1:28px;
--font-size-h2:24px;
--font-size-h3:20px;
--font-size-base:1rem;
--font-size-reading:18px;
--font-size-support:14px;
--font-size-label:12.5px;
--line-height-body:1.6;
--line-height-heading:1.3;
--line-height-reading:1.75;
--font-weight-normal:400;
--font-weight-semibold:600;
--font-weight-bold:700;
--tracking-tight:-0.01em;
--tracking-wide:0.08em;
}
