:root, .body--dark {
  --q-primary: #BAF927;
}

.text-primary {
  color: #BAF927 !important;
}

.bg-primary {
  background: #BAF927 !important;
  color: #1a1a1a !important;
}

.bg-primary .q-icon,
.bg-primary .q-btn__content {
  color: #1a1a1a !important;
}
