:root {
  --font-family-cjk: 'JetBrains Mono', 'SimSun', '宋体', 'Noto Serif CJK SC', 'Noto Serif CJK TC', serif;
}

body {
  font-family: var(--font-family-cjk);
  font-weight: 400;
}

.manual__content code,
.manual__content pre,
.search__input {
  font-family: var(--font-family);
}
