html[data-theme="light"],
html[data-theme="dark"] {
    --pst-color-primary: #AF95DB;
    --pst-color-secondary: #0690C6;
}

.language-switcher .dropdown-item.active,
.language-switcher .dropdown-item:active {
    background-color: transparent;
    color: var(--pst-color-text-base);
    font-weight: 600;
}
