*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:input-mono,monospace;font-weight:200;font-style:normal;font-size:calc(var(--hero-font-size, 20) * 1px);line-height:var(--hero-line-height, 1.4);color:#1a1a1a;background:#fafafa}::selection{background:#f5e642;color:#111}#app{min-height:100vh}.hero-text{width:fit-content;padding:1.5rem 1.75rem;display:flex;flex-direction:column;gap:.35em;cursor:pointer;transition:filter .2s ease,letter-spacing .2s ease}.hero-text:hover{filter:brightness(.92);letter-spacing:.04em}.hero-text .hero-email-link{color:inherit;text-decoration:none;cursor:pointer}.footer-text{position:fixed;bottom:0;left:0;padding:1rem 1.75rem 1.25rem;display:flex;flex-direction:column;gap:.35em;font-size:.8em}.animated-line{display:flex;flex-wrap:wrap;letter-spacing:.02em}.animated-line .char{display:inline-block;min-width:.55em;text-align:left;transition:opacity .12s ease-out}.animated-line .char.revealed{opacity:1;color:#111}
