/* ═══════════════════════════════════════════
   KODAMA MIRAI INC. — Design tokens
   "Audit Ledger" system (light, evidence-first).
   The single source for brand colors and type,
   loaded by BOTH the homepage (ledger.css) and
   the wiki (wiki.css); change values here only.
═══════════════════════════════════════════ */
:root {
  --paper:       #f7f5f0;   /* page ground */
  --card:        #ffffff;   /* raised surfaces */
  --ink:         #161d18;   /* primary text, strong rules */
  --accent:      #2c5c48;   /* forest green — kickers, links, emphasis */
  --accent-tint: rgba(44,92,72,.10);
  --body:        #4a564e;   /* secondary text */
  --nav:         #3d4a42;   /* nav links */
  --muted:       #6b7a70;   /* labels, captions */
  --faint:       #9aa69e;   /* faintest text */
  --paper-text:  #f7f5f0;   /* text on ink/accent fills */
  --gap:         #a15b1f;   /* exception / gap results */
  --rule-hard:   #161d18;                 /* 1.5px header rule */
  --rule:        rgba(22,29,24,.15);      /* card borders, section rules */
  --rule-mid:    rgba(22,29,24,.12);      /* table header rules */
  --rule-soft:   rgba(22,29,24,.10);      /* internal dividers */
  --rule-faint:  rgba(22,29,24,.07);      /* table row rules */
  --font-display: 'Newsreader', Georgia, serif;
  --font-body:    'Archivo', system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', Consolas, monospace;
}
