:root {
    --sfp-link: #4f3bd1;
    --sfp-on-accent: #ffffff;
}

[data-bs-theme="dark"] {
    --sfp-link: #b3a6ff;
    --sfp-on-accent: #ffffff;
}
