.scroll-reveals-text {
  --scroll-reveals-text-color: var(--wp--preset--color--black, #000);
}

.scroll-reveals-text__word {
  /* color: transparent; */
  display: inline-block;
  transition: color 180ms ease-out;
  will-change: color;
}

.scroll-reveals-text__word.is-visible {
  color: var(--scroll-reveals-text-color);
}
