/* Astra Child — animation library setup (Phase 1, Step 5) */

.gsap-fade-in {
    opacity: 0;
    transform: translateY(30px);
}
