@import url(https://fonts.googleapis.com/css2?family=Aclonica&display=swap);.container{background:red;border-radius:30px;height:150px;width:150px}svg text{stroke-width:2;-webkit-animation:stroke 5s infinite alternate;animation:stroke 5s infinite alternate;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;transition:stroke .3s ease,fill .3s ease}@-webkit-keyframes stroke{0%{fill:var(--text-fill);stroke:var(--text-color);stroke-dashoffset:25%;stroke-dasharray:0 50%;stroke-width:2}70%{fill:var(--text-fill);stroke:var(--text-color)}80%{fill:var(--text-fill);stroke:var(--text-color);stroke-width:3}to{fill:var(--text-fill);stroke:var(--text-color);stroke-dashoffset:-25%;stroke-dasharray:50% 0;stroke-width:0}}@keyframes stroke{0%{fill:var(--text-fill);stroke:var(--text-color);stroke-dashoffset:25%;stroke-dasharray:0 50%;stroke-width:2}70%{fill:var(--text-fill);stroke:var(--text-color)}80%{fill:var(--text-fill);stroke:var(--text-color);stroke-width:3}to{fill:var(--text-fill);stroke:var(--text-color);stroke-dashoffset:-25%;stroke-dasharray:50% 0;stroke-width:0}}
/*# sourceMappingURL=main.80807c01.css.map*/