@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Russo+One&display=swap");

svg {
	font-family: "Paris2024-Variable", sans-serif;
	width: 100%; height: 100%;
}
svg text {
	animation: stroke 5s infinite alternate;
	stroke-width: 2;
	stroke: #DAC03B;
	font-size: 44px;
	}
@keyframes stroke {
	0%   {
		fill: rgba(255,255,255,0); stroke: rgba(218,192,59,1);
		stroke-dashoffset: 25%; stroke-dasharray: 0 50%; stroke-width: 2;
	}
	20%  {fill: rgba(255,255,255,0); stroke: rgba(218,192,59,1); }
	20%  {fill: rgba(255,255,255,0); stroke: rgba(218,192,59,1); stroke-width: 3; }
	80% {
		fill: rgba(255,255,255,1); stroke: rgba(218,192,59,0);
		stroke-dashoffset: -25%; stroke-dasharray: 50% 0; stroke-width: 0;
	}
}
.wrapper {background-color:};
