/* ============================================================
   LITERACY THEME — Noir (default)
   Pure black, minimal, high contrast.
   ============================================================ */
:root {
  --bg:             #000000;
  --bg-surface:     #111111;
  --bg-card:        #1a1a1a;
  --bg-input:       #222222;

  --text-primary:   #ffffff;
  --text-secondary: #888888;
  --text-muted:     #444444;

  --accent:         #ffffff;
  --accent-dim:     #555555;

  --border:         #2a2a2a;
  --border-focus:   #555555;
}
