
	@keyframes svelte-cxeqm6-glow {
		0% {
				background-color: rgb(var(--color-primary-400) / 0.5);
		}
		33% {
				background-color: rgb(var(--color-secondary-400) / 0.5);
		}
		66% {
				background-color: rgb(var(--color-tertiary-400) / 0.5);
		}
		100% {
				background-color: rgb(var(--color-primary-400) / 0.5);
		}
	}
	@keyframes svelte-cxeqm6-pulse {
		50% {
			transform: scale(1.5);
		}
	}
