/*
 Theme Name:   C.A.T. Commercial Cleaning
 Theme URI:    https://example.com
 Description:  Child theme for Twenty Twenty-Five — C.A.T. Commercial Cleaning
 Author:       C.A.T. Commercial Cleaning
 Author URI:   https://example.com
 Template:     twentytwentyfive
 Version:      1.0.0
 Requires at least: 6.7
 Tested up to: 6.8
 Requires PHP: 7.2
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  cat-child
*/

/* Add custom styles below this line */

.hover-wiggle:hover {
	animation: cat-wiggle 1s ease-in-out infinite;
}

@keyframes cat-wiggle {
	0%, 100% { transform: rotate(-3deg); }
	50% { transform: rotate(3deg); }
}
