/* Chinese typography and sizing for the imported solution content. */
body[data-chinese-solution] main,
body[data-chinese-solution] main *{
  box-sizing: border-box;
}
body[data-chinese-solution] main{
  font-family: Inter, "Microsoft YaHei", "PingFang SC", "Segoe UI", sans-serif;
}
body[data-chinese-solution] main h1,
body[data-chinese-solution] main h2,
body[data-chinese-solution] main h3{
  line-height: 1.4;
  letter-spacing: 0;
}
body[data-chinese-solution] main p{
  overflow-wrap: break-word;
}
