
:root,
[data-bs-theme=light] {
  --px-theme:  #b6dcff !important;
}

[data-bs-theme=dark] {
  --px-theme:  #fff8c1 !important;
}