/* 活版の実直 / letterpress-sincerity — design tokens */
:root {
  --color-bg: #f5f1e8;        /* 生成りの紙 */
  --color-bg-alt: #ede7da;    /* セクション替えの紙 */
  --color-text: #2b2725;      /* 墨 */
  --color-text-weak: #6e655b; /* 薄墨 */
  --color-accent: #9e3b2c;    /* 朱（落款の赤。リンクと印にのみ使う） */
  --color-rule: #c9bfaf;      /* 罫線 */

  /* 変数には総称ファミリ(serif)を含めない。含めるとフォールバック連結が
     そこで打ち切られ、後続の和文フォントに到達しなくなる */
  --font-heading: "Shippori Mincho B1";
  --font-body: "Shippori Mincho";
  --font-latin: "EB Garamond"; /* 欧文・数字は常にこちらを先に当てる */

  --space-unit: 8px;
  --radius: 0;                /* 角丸は使わない */
  --max-width: 1080px;

  --leading-body: 2.1;
  --tracking-body: 0.06em;
  --tracking-heading: 0.14em;
}
