/* 銅版画の紅茶商 / douban-tea — design tokens */
:root {
  --color-bg: #f5f2ea;         /* 生成り（ベース） */
  --color-bg-alt: #ece5d5;     /* 生成り、節替え・帳面の面 */
  --color-ink: #443c34;        /* 茶墨。見出し・本文の主色（対--color-bg 9.67:1） */
  --color-ink-weak: #6b6055;   /* 茶墨の弱め。キャプション・弱テキスト（対--color-bg 5.47:1） */
  --color-line: #cfc4ac;       /* 罫線（図譜枠より弱い、表の横罫用） */

  /* くすみ多色。生の値は「塗り・ハッチング専用」。本文サイズの文字には -text 版を使う */
  --color-blue: #7d8a96;       /* くすみ青鼠。塗り専用（対--color-bg 3.16:1・文字不可） */
  --color-blue-text: #54606d;  /* 青鼠の文字用濃色（対--color-bg 5.74:1 / 対--color-bg-alt 5.12:1） */
  --color-crimson: #9a6a6a;    /* くすみ臙脂。塗り専用（対--color-bg 4.04:1・文字不可） */
  --color-crimson-text: #7a4f4f; /* 臙脂の文字用濃色（対--color-bg 6.14:1 / 対--color-bg-alt 5.47:1） */
  --color-sage: #8a9382;       /* 灰緑。塗り専用（対--color-bg 2.85:1・文字不可） */
  --color-sage-text: #57624f;  /* 灰緑の文字用濃色（対--color-bg 5.75:1 / 対--color-bg-alt 5.13:1） */

  /* 変数には総称ファミリを含めない */
  --font-heading: "Shippori Mincho";
  --font-body: "Shippori Mincho";
  --font-latin: "EB Garamond";  /* 品名・学名・図版番号・年号用の欧文 */

  --space-unit: 8px;
  --radius: 0;                 /* 角丸を使わない */
  --max-width: 1160px;
  --gutter: 32px;

  /* 図譜枠（唯一の飾り罫）。外側の太い線＋内側の細い線の二重罫のみ */
  --frame-outer: 1.5px solid var(--color-ink);
  --frame-inner: 0.5px solid var(--color-ink);
  --frame-gap: 7px;
}
