/* yewho typewriter — styles for typewriter.js. Ship both together. */
.tw-a11y{ position:absolute; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; border:0; }
.tw-vis{ display:inline; }
.tw-vis::after{ content:""; display:inline-block; width:.06em; min-width:2px;
  height:1.05em; background:currentColor; margin-left:.06em; vertical-align:-.12em;
  animation:tw-caret 1s steps(1) infinite; }
@keyframes tw-caret{ 50%{ opacity:0; } }
@media (prefers-reduced-motion:reduce){ .tw-vis::after{ display:none; } }
