@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink-caret{0%,to{border-color:#0000}50%{border-color:currentColor}}.typing-title{white-space:nowrap;border-right:2px solid #0000;max-width:fit-content;animation:1.2s steps(20,end) forwards typing,.75s step-end 3 blink-caret;display:inline-block;overflow:hidden}@media (prefers-reduced-motion:reduce){.typing-title{white-space:normal;border-right:none;animation:none}}
