.wwk-wordmark {
  white-space: nowrap;
}

.wwk-wordmark-when { color: #2f6f8a; }
.wwk-wordmark-we { color: #6f7f2e; }
.wwk-wordmark-knew { color: #d75e43; }

html:lang(zh-Hans) {
  --serif: "Songti SC", STSong, "Noto Serif CJK SC", "Source Han Serif SC", serif;
  --sans: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", "Source Han Sans SC", Roboto, sans-serif;
  line-break: strict;
  word-break: normal;
}

html:lang(zh-Hans) body,
html:lang(zh-Hans) .event-card,
html:lang(zh-Hans) .vertical-event-card,
html:lang(zh-Hans) .detail-panel,
html:lang(zh-Hans) .home-language-dropdown,
html:lang(zh-Hans) [data-wwk-search] {
  font-family: var(--serif);
  overflow-wrap: anywhere;
}

html:lang(zh-Hans) button,
html:lang(zh-Hans) input,
html:lang(zh-Hans) select,
html:lang(zh-Hans) .wwk-search-option-topic,
html:lang(zh-Hans) .wwk-search-option-year {
  font-family: var(--sans);
}

html:lang(zh-Hans) .event-title,
html:lang(zh-Hans) .vertical-event-title,
html:lang(zh-Hans) .wwk-search-option-title,
html:lang(zh-Hans) .detail-panel p {
  text-wrap: pretty;
}
