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