:root{--animation-playing:1}@keyframes typing{0%{width:0}to{width:15em}}@keyframes blink-caret{50%{border-color:transparent}}.typing-text{width:15em;font-family:"Source Han Serif CN for Display";overflow:hidden;border-right:.15em solid #333;font-size:2rem;white-space:nowrap;letter-spacing:.15em;margin-right:auto;animation:typing 3.5s steps(13),blink-caret 1s infinite}