@import url('https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap');.typing-headline{font-family:'Inter',sans-serif;font-weight:700;font-size:120px;color:#ffffff;white-space:nowrap;overflow:hidden;border-right:4px solid #ffffff;width:0;animation:typing 2.5s steps(30,end) forwards,blink-caret 0.75s step-end infinite}@keyframes typing{from{width:0}to{width:100%}}@keyframes blink-caret{from,to{border-color:transparent}50%{border-color:#ffffff}}