/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.orphic-motion-animation {
	visibility: hidden; /* Hide initially */
	will-change: transform, opacity; /* Optimize performance */
}

.orphic-motion-animation[data-animation-type="fadeIn"] {
	transform: none !important; /* Prevent transform for simple fade */
}
