/* Typewriter reveal for section headings */
.tw-c{ opacity: 0; white-space: pre; }
.tw-c.on{ opacity: 1; }
.tw-caret{
  display: inline-block;
  width: .055em;
  height: .92em;
  margin-left: .02em;
  background: var(--vermillion);
  vertical-align: -0.06em;
  animation: tw-blink .9s steps(1) infinite;
}
@keyframes tw-blink{ 50%{ opacity: 0; } }
@media (prefers-reduced-motion: reduce){
  .tw-c{ opacity: 1 !important; }
  .tw-caret{ display: none !important; }
}
