/* Page-specific theme for the NYUCSSA gallery.
   Only overrides the CSS custom properties defined on .project-page
   in the shared /style.css — no component rules live here. Violet +
   gold, pulled from the Violet Series afterparty branding and the
   Lunar New Year dragon key art. */

.project-page[data-theme="cssa"] {
  --proj-accent: #5B2E8C;      /* violet */
  --proj-accent-2: #B8892B;    /* gold */
  --proj-accent-soft: #F1E9FA; /* pale lavender tint */
  --proj-ink: #2f3437;
}
