/* K's Blocks: theme-dependent content typography ---------------------- */
/* Timeline description text should look like normal body copy from the
 * active WordPress theme. Step badges and titles keep their block styling. */
.ks-timeline__content,
.ks-timeline__content p,
.ks-timeline__content li {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
