:root {
  --font-family:
    "Chinese Quote",
    'ArchivoNarrow',
    'PuHuiTi',
    'Kaiti',
    "Segoe UI",
    "Microsoft YaHei",
    Arial,
    sans-serif;
}

.mce-content-body {
  line-height: 1.5;
  font-size: 14px;
  margin: 4px 8px;
  font-family: var(--font-family);
}

.mce-content-body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.mce-content-body::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 0px;
}

.mce-content-body::-webkit-scrollbar-track {
  background: transparent;
}

.mce-content-body * {
  letter-spacing: 1px;
  word-spacing: 1px;
}

.mce-content-body ul,
.mce-content-body p {
  margin: 0
}