/*
 * notebook.css
 * Ruled paper: warm cream grounds under a cool sage ink.
 */

.theme-notebook {

--surface:        #f4f1e8;
--surface-raised: #fffdf7;
--surface-sunken: #e7e2d5;

/*
 * ── The ink ramp is fitted, not chosen ──────────────────────────────
 *
 * --ink-mute was #858c83: 3.06:1 on --surface and 2.67:1 on
 * --surface-sunken, both under AA — and it is body text, not decoration.
 * Nine files use it for table heads, field hints, step labels, facts,
 * disclosure summaries, feedback, tiles, bars and dialogs, so every one of
 * them was under AA in this theme (FJS-125).
 *
 * The whole ramp moves rather than just the failing rung, which is the
 * choice the finding named. Fitting --ink-mute alone puts it within 0.06
 * of the old --ink-soft and the three tiers collapse into two; dropping
 * --ink-soft to make room keeps them separate — 6.62 / 4.61 on the
 * tightest ground, a 1.44x step between them.
 *
 * Both are the same color scaled uniformly in linear RGB, the operation
 * tokens.css and press.css already use for this: chromaticity is exact, so
 * this is the identical sage, only dark enough to read.
 *
 *   --ink-soft  #59615b → #474e49   4.94 → 6.62 on --surface-sunken
 *   --ink-mute  #858c83 → #60655f   2.67 → 4.61
 */
--ink:      #202522;
--ink-soft: #474e49;
--ink-mute: #60655f;

--color-primary: #315f72;
--color-secondary: #536b4f;
--color-info: #477f91;
--color-success: #557a4d;
--color-warning: #b08335;
--color-danger: #a94b43;

}