html,
body {
  background: #fff;
}

body {
  font-family: "Charter", "Iowan Old Style", "Palatino Linotype", "Book Antiqua", "Noto Serif SC", "Source Han Serif SC", "Songti SC", STSong, serif;
  font-size: 17px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.site-shell {
  max-width: 34rem;
  margin: 0 auto;
}

.stream-entry h2,
.post-header h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
  font-family: "Palatino Linotype", "Book Antiqua", "Charter", "Noto Serif SC", "Source Han Serif SC", "Songti SC", STSong, serif;
}

.post-header h1 {
  font-size: clamp(1.6rem, 4.2vw, 2.35rem);
  line-height: 1.28;
}

.site-header {
  padding-top: 1rem;
}

.site-mark {
  font-family: "Avenir Next", "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", sans-serif;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.stream-entry h2,
.post h2 {
  font-size: 1.20rem;
  line-height: 1.35;
}

.stream-entry h2 a {
  text-decoration: none;
}

.post h3,
.post h4,
.post h5,
.post h6 {
  font-size: 1.125rem;
  line-height: 1.6;
}

.stream hr {
  display: none;
}

.site-kicker,
time,
.post-date,
.back-link,
.site-footer {
  font-family: "Avenir Next", "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
}

pre,
code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.9em;
  line-height: 1.8;
}
