.tyc-muted{
  color:var(--muted);
}

.tyc-flow > * + *{
  margin-top:1rem;
}

.tyc-link-geo{
  color:var(--c1);
  text-decoration:none;
  border-bottom:1px dashed currentColor;
  font-weight:700;
}

.tyc-link-geo:hover{
  color:var(--c2);
}

[data-reveal]{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .45s ease, transform .45s ease;
}

[data-reveal].is-visible{
  opacity:1;
  transform:none;
}
