/*
 * Custom GSAP-related styles.
 * Add selectors that pair with your animations here.
 */

[data-gsap="hero"] {
  /* Example styling for animated hero blocks */
  will-change: transform, opacity;
}
