:root {
  --paper: #d8ccb3;
  --surface: #eee8dc;
  --surface-soft: #c9bb9f;
  --ink: #26382c;
  --muted: #5f675c;
  --line: #9f947b;
  --accent: #a0522d;
  --accent-soft: #dfc3a8;
  --accent-ink: #743719;
  --note: #e3cda8;
  --note-ink: #65421d;
}

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