/* Brand colours for PyData Sphinx Theme.
 *
 * Violet palette: violet-600 on light, violet-400 on dark.
 * The lighter shade pairs with the darker surface so primary headings
 * and links keep adequate contrast across both themes.
 */
:root {
    --pst-color-primary: #7c3aed;
    --pst-color-link: #a78bfa;
}

html[data-theme="dark"] {
    --pst-color-primary: #a78bfa;
    --pst-color-link: #a78bfa;
}
