/*
 * Bunt Jam — Event Override CSS
 *
 * Loaded only on pages with event_slug = "bunt-jam".
 * All rules must be scoped under .ev--bunt-jam to stay isolated.
 * Only variable overrides live here — no rule rewrites.
 */

.ev--bunt-jam {
  --ev-color-bg:          #111111;
  --ev-color-bg-muted:    #1a1a1a;
  --ev-color-bg-contrast: #0a0a0a;
  --ev-color-accent:      #ffffff;

  /* Update once Bunt Jam brand typefaces are confirmed */
  /* --ev-font-display: 'YourDisplayFont', sans-serif; */
  /* --ev-font-body:    'YourBodyFont', sans-serif;    */
}
