@keyframes svelte-2931302006-why {
		0% { color: red; }
		100% { color: blue; }
	}

	[svelte-2931302006].animated, [svelte-2931302006] .animated {
		animation: svelte-2931302006-why 2s;
	}