:root {
  --paper: #e9e6df;
  --surface: #f7f5f0;
  --surface-soft: #ddd8cf;
  --ink: #2d2d29;
  --muted: #6b6a63;
  --line: #b8b4ac;
  --accent: #6d5a89;
  --accent-soft: #e2ddec;
  --accent-ink: #51416b;
  --note: #e9ddc5;
  --note-ink: #655033;
}

body.theme-titan { background: var(--paper); }
.theme-titan .photo-note img { background: #d9d5cc; }
