.rte a:where(:not(.button, .button-secondary)),
.text-block a:where(:not(.button, .button-secondary)) {
  color: var(--color-primary) !important;
  text-decoration-color: currentcolor !important;
}

.rte a:where(:not(.button, .button-secondary)):hover,
.text-block a:where(:not(.button, .button-secondary)):hover {
  color: var(--color-primary-hover) !important;
  text-decoration-color: transparent !important;
}