html[data-theme="light"] {
   --pst-color-primary: #7950f2;
   --pst-color-secondary: #fd7e14;
}

html[data-theme="dark"] {
   --pst-color-primary: #9775fa;
   --pst-color-secondary: #ff922b;
}
