/* ============================================================================
   docs/_assets/house-tokens.css — the "Working Ledger" palette (one source).
   ----------------------------------------------------------------------------
   Just the :root custom properties: OKLCH stone + counting-house green, status
   hues, and the Geist type stack. This is the ONE place the house colors live.
   - house.css imports this, then layers the base + chrome on top.
   - A surface that needs the palette but NOT the doc chrome (e.g. an app-shell
     prototype with its own component kit) may import this file directly.
   Do not fork these values into an inline :root block — import instead.
   ========================================================================== */
:root {
  --stone-paper: oklch(98.5% 0.004 150);
  --stone-panel: oklch(96.5% 0.005 150);
  --stone-tint: oklch(94% 0.007 150);
  --stone-rule: oklch(91% 0.007 150);
  --stone-hover: oklch(96% 0.006 150);
  --side-bg: oklch(97% 0.005 150);
  --side-rule: oklch(90% 0.008 150);
  --side-active: oklch(93.5% 0.007 150);
  --ink-deep: oklch(24% 0.012 150);
  --ink-soft: oklch(48% 0.010 150);
  --ink-faint: oklch(64% 0.008 150);
  --green: oklch(48% 0.13 152);
  --green-pressed: oklch(42% 0.14 152);
  --green-soft: oklch(93% 0.030 152);
  --pending: oklch(48% 0.10 240);
  --pending-soft: oklch(95% 0.018 240);
  --failed: oklch(44% 0.09 18);
  --failed-soft: oklch(96% 0.012 18);
  --amber: oklch(58% 0.11 75);
  --amber-ink: oklch(45% 0.10 75);
  --amber-soft: oklch(95% 0.04 75);
  --mono: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --sans: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
