html[data-theme="light"] {
    --pst-color-primary: #003e92;
}

html[data-theme="dark"] {
    --pst-color-primary: #99ebff;
}