.animated-name,.animated-title{color:var(--text-color);overflow:hidden;white-space:nowrap;margin:0 auto}.animated-name{font-size:5rem;font-weight:700;font-family:var(--font-family-title);letter-spacing:1px;line-height:1.2;text-shadow:0 3px 6px rgba(0,0,0,.5);animation:2s steps(40,end) forwards typing-name,.75s step-end infinite blink-caret}.animated-title{font-size:2rem;font-weight:400;text-shadow:0 1px 3px rgba(0,0,0,.4);animation:3s steps(40,end) forwards typing-title,.75s step-end infinite blink-caret}@keyframes typing-name{from{width:0}to{width:100%}}@keyframes typing-title{from{width:0}to{width:70%}}@keyframes blink-caret{from,to{border-color:transparent}50%{border-color:var(--secondary-color)}}