
/*# sourceMappingURL=custom.min.css.map */
:root,
[data-bs-theme=light] {
  --vz-primary: #e49d11; /* Deep green */
  --vz-primary-rgb: 22, 101, 52;
  --vz-link-color: #bc38d8;
  --vz-link-hover-color: #e9d68f;
  --vz-primary-bg-subtle: #d1fae5;
  --vz-primary-border-subtle: #86efac;
  --vz-primary-text-emphasis: #c235e3;
}

/* 🌙 Dark mode override */
[data-bs-theme=dark] {
  --vz-primary-text-emphasis: #e9d68f;
  --vz-primary-bg-subtle: rgba(22, 101, 52, 0.15);
  --vz-primary-border-subtle: #b98111;
}