/* Small disco-specific touches that go beyond the single theme accent. */
:root {
  --section-even-bg: #0f0917;
  --card-bg: #120b1b;
  --header-bg: color-mix(in srgb, #08050d 94%, transparent);
  --footer-bg: #08050d;
  --footer-fg: #fff8fd;
  --footer-link: #29b8ff;
}

.section__title {
  text-shadow: 0 0 18px color-mix(in srgb, #c9006b 45%, transparent);
}

.events__when { color: #29b8ff; }
.menu__cat-name { border-color: #ffd166; }
.gallery__fig img { border: 1px solid #4e2558; }
