/* The editor must render rare transcription glyphs with the same bundled font as answers. */
body textarea[aria-label="输入问题"] {
  font-family: var(--font-transcription);
}
