/* Page-specific theme for the Go Down, Moses gallery.
   Only overrides the CSS custom properties defined on .project-page
   in the shared /style.css — no component rules live here. Red,
   gold, and olive, pulled from the show's traffic-light wordmark and
   its sepia key art. */

.project-page[data-theme="gdm"] {
  --proj-accent: #C0392B;      /* red */
  --proj-accent-2: #5B7A3F;    /* olive green */
  --proj-accent-soft: #FBEFD1; /* pale gold tint */
  --proj-ink: #2f3437;
}
