.devx-buttons__button .devx-button--cta {
  color: var(--cyan-200);
}
.devx-buttons__button .devx-button--cta:hover {
  color: var(--cyan-300);
}
