.typewriter {
    font-family: 'Courier New', monospace;
    font-size: 1.5rem;
    border-right: 2px solid #333;
    white-space: nowrap;
    overflow: hidden;
    animation: typewriter 4s steps(40) 1s 1 normal both,
               blinkTextCursor 500ms steps(40) infinite normal;
}

.fade-in-text {
    font-size: 2.5rem;
    font-weight: 300;
    color: #1a1a1a;
    opacity: 0;
    animation: fadeIn 1.5s ease-out forwards;
    letter-spacing: 0.02em;
}