:root:not([data-theme="dark"]),
:root:not([data-theme]) {
    --pico-primary: #c13584;
    --pico-primary-background: #c13584;
    --pico-primary-border: #c13584;
    --pico-primary-hover: #833ab4;
    --pico-primary-hover-background: #833ab4;
    --pico-primary-hover-border: #833ab4;
    --pico-primary-focus: rgba(193, 53, 132, 0.25);
    --pico-primary-inverse: #ffffff;
    --pico-background-color: #fff8fc;
}
