/* ─────────────────────────────────────────────────────────────────────
   THE RULE — Workshop face (caelum.codes · "The Cut").
   A cold accent on a warm ground: a tool laid on paper.

   Ground  #EDEFEC  cool paper.  Deliberately not THD's #06070E void.
   Accent  #26685F  verdigris — what happens to a bronze tool that gets used.
   Second  #964E29  oxide — the Observatory's temperature, so the two
                    faces rhyme across the gap.

   LIGHT IS AN OPEN QUESTION (Kat, 22 Aug 2026): every other surface in
   the estate is dark. This face is light on purpose and token-driven so
   the ruling is one file swap, not a rebuild. There is no dark variant
   of this face shipped as a hedge; if the ruling is "dark", write it
   here, once.
   ───────────────────────────────────────────────────────────────────── */

:root {
  color-scheme: light;

  --ground:      #EDEFEC;
  --surface:     #F7F8F6;
  --surface-2:   #E3E6E2;
  --ink:         #171B19;
  --ink-muted:   #5A625D;
  --ink-faint:   #5C665F;   /* 5.16:1 on --ground (measured, tests/contrast.py) — labels; first cut #8A928D was 2.76 */
  --rule:        #B2B9B0;
  --rule-strong: #8E968F;
  --accent:      #26685F;   /* 5.63 on --ground, 6.11 on --surface (measured). The proposal's #2F7D72 was 4.23 — FAILED. */
  --accent-soft: #DCEAE6;
  --second:      #964E29;   /* 5.31 on --ground (measured). Proposal's #A4562E was 4.60 — no margin. */
  --second-soft: #F1E3DA;
  /* syntax-only slots; measured on --surface in tests/contrast.py */
  --tk-number:   #5B4A8A;
  --tk-flag:     #3B5E8C;
  --tk-var:      #7A3E6E;
}
