/* dodaSPORTS — typography tokens */
:root{
  /* ===== Families ===== */
  --font-display:'Archivo',sans-serif;               /* big English section words */
  /* 見出しは本番と同じシステムフォントで揃える（Webフォントを使わない）。
     読者にとって見出しの見え方が変わらないことを優先している。 */
  --font-heading:Arial,Roboto,'Droid Sans',メイリオ,Meiryo,游ゴシック,YuGothic,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN',sans-serif;
  --font-body:'Noto Sans JP',sans-serif;    /* JP long-form reading */
  --font-ui:'Inter','Noto Sans JP',sans-serif;                    /* labels, nav, dates, numerals */
  --font-mono:ui-monospace,'SFMono-Regular',Menlo,Consolas,monospace;

  /* ===== Type scale (px) ===== */
  --text-2xs:11px;
  --text-xs:12px;
  --text-sm:14px;
  --text-base:16px;   /* body default */
  --text-md:18px;
  --text-lg:20px;
  --text-xl:24px;     /* h2 */
  --text-2xl:32px;    /* h1 / article title */
  --text-3xl:44px;
  --text-4xl:64px;    /* display */
  --text-5xl:96px;    /* hero English word */

  /* ===== Weights ===== */
  --fw-regular:400; /* @kind font */
  --fw-medium:500; /* @kind font */
  --fw-bold:700; /* @kind font */
  --fw-black:900; /* @kind font */

  /* ===== Line-heights ===== */
  --lh-tight:1.12; /* @kind font */
  --lh-heading:1.4; /* @kind font */
  --lh-snug:1.5; /* @kind font */
  --lh-body:1.9; /* @kind font */
  --lh-relaxed:2.05; /* @kind font */

  /* ===== Letter-spacing ===== */
  --ls-tighter:-0.03em; /* @kind font */
  --ls-tight:-0.01em; /* @kind font */
  --ls-normal:0; /* @kind font */
  --ls-wide:0.04em; /* @kind font */
  --ls-wider:0.12em; /* small uppercase EN labels @kind font */
}
