/* [project]/apps/web/styles/logo-animations.css [app-client] (css) */
@keyframes gradient-shift {
  0%, 100% {
    background-position: 0%;
  }

  50% {
    background-position: 100%;
  }
}

.animate-gradient {
  background-size: 200% 200%;
  animation: 8s infinite gradient-shift;
}

/*# sourceMappingURL=apps_web_styles_logo-animations_1e6ec5f5.css.map*/