/* Sākshī — design tokens.
   Quiet room: warm charcoal ink + soft-gold witness lamp.
   Everyday voice is cool paper-light; hard-truth is Krishna indigo.
   Display: Fraunces (optical size). UI: IBM Plex. */

:root, :root.dark {
  /* Quiet-room charcoal — brighter floor so the lamp room reads, not a void */
  --c-bg-0: #161310;
  --c-bg-1: #1e1a16;
  --c-bg-2: #28231e;
  --c-bg-3: #342e28;
  --c-tx-1: #f4eee6;
  --c-tx-2: #b8b1a7;
  --c-tx-3: #8a8379;
  --c-brand: #e4ddd2;
  --c-brand-hi: #faf5ed;
  --c-brand-soft: rgba(228, 221, 210, 0.14);
  --c-voice: #d2c4b2;
  --c-voice-hi: #e8dccb;
  --c-voice-soft: rgba(210, 196, 178, 0.14);
  --c-accent-hard: #6a7db5;
  --c-accent-hard-soft: rgba(106, 125, 181, 0.18);
  --c-witness: #d4b07a;
  --c-witness-soft: rgba(212, 176, 122, 0.24);
  --c-lamp: rgba(212, 176, 122, 0.2);
  --c-line: #3a342e;
  --c-danger: #d17864;
  --c-surface: #201c18;
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 14px;
  --f-serif: 'Fraunces', Georgia, 'Times New Roman', serif;
  --f-sans: 'IBM Plex Sans', system-ui, -apple-system, sans-serif;
  --f-mono: 'IBM Plex Mono', ui-monospace, monospace;
  color-scheme: dark;
}

:root.light {
  --c-bg-0: #f1f4f7;
  --c-bg-1: #f8fafc;
  --c-bg-2: #e5eaf0;
  --c-bg-3: #d8dfe7;
  --c-tx-1: #121820;
  --c-tx-2: #424b57;
  --c-tx-3: #687483;
  --c-brand: #283442;
  --c-brand-hi: #111820;
  --c-brand-soft: rgba(40, 52, 66, 0.1);
  --c-voice: #525e6b;
  --c-voice-hi: #35414d;
  --c-voice-soft: rgba(82, 94, 107, 0.1);
  --c-accent-hard: #3d4f8a;
  --c-accent-hard-soft: rgba(61, 79, 138, 0.12);
  --c-witness: #8a6a3a;
  --c-witness-soft: rgba(138, 106, 58, 0.12);
  --c-lamp: rgba(138, 106, 58, 0.1);
  --c-line: #c9d1da;
  --c-danger: #a8523c;
  --c-surface: #eef2f6;
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 14px;
  color-scheme: light;
}
