html,
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility;
}

.panel-cover__title,
.panel-cover__subtitle,
.panel-cover__description,
.post-title,
.post-list__post-title,
.excerpt,
.post,
.navigation__item,
.post-list__meta {
  font-family: inherit;
  font-weight: 400;
  letter-spacing: 0;
  text-shadow: none;
}

.panel-cover__title,
.post-title,
.post-list__post-title {
  font-weight: 700;
}

.panel-cover__subtitle,
.panel-cover__description {
  font-weight: 500;
}

.post-list > li {
  text-shadow: none;
}

.post-list__post-title {
  line-height: 1.35;
}

.excerpt {
  line-height: 1.8;
}
