/* Keep CTA text readable when the link has already been visited or focused. */
.effects-button-primary,
.effects-button-primary:visited,
.effects-button-primary:hover,
.effects-button-primary:focus-visible {
    background: var(--effects-indigo);
    color: #fff;
}

.effects-button-dark,
.effects-button-dark:visited,
.effects-button-dark:hover,
.effects-button-dark:focus-visible {
    background: var(--effects-ink);
    color: #fff;
}
