:root {
  --paper: #e7f2ef;
  --surface: #f8fbf9;
  --surface-soft: #d7e9e4;
  --ink: #173f47;
  --muted: #58747a;
  --line: #afcac6;
  --accent: #c86250;
  --accent-soft: #f3ddd7;
  --accent-ink: #914235;
  --note: #f4ead8;
  --note-ink: #72512e;
}

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