.shiny-text {
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (prefers-reduced-motion: reduce) {
  .shiny-text {
    -webkit-text-fill-color: inherit;
    background-image: none !important;
  }
}
