:root {
  --venue-primary: var(--bs-heading-color, #eeb182);
  --color-primary: var(--venue-primary) !important;
}

.form-section {
  background-color: #343A40;
}

.logo-white {
  filter: invert(1);
  mix-blend-mode: screen;
  background-color: transparent;
}
