/* Page-specific theme for the MediaLab gallery.
   Only overrides the CSS custom properties defined on .project-page
   in the shared /style.css — no component rules live here. Magenta +
   indigo, echoing the rainbow-gradient diamond mark MediaLab itself
   uses across its posters. */

.project-page[data-theme="medialab"] {
  --proj-accent: #C23B6B;      /* magenta */
  --proj-accent-2: #3E4C8A;    /* indigo */
  --proj-accent-soft: #F5E6EE; /* pale pink tint */
  --proj-ink: #2f3437;
}
