@utility animate-running {
    animation-play-state: running;
}

@utility animate-paused {
    animation-play-state: paused;
} 