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

[data-bs-theme=dark] {
  --px-theme:  #160808 !important;
}