/* 콘텐츠 글꼴: Noto Serif KR (UI는 제외) */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');

.block-content,
.editor-wrapper textarea,
.page-title,
.references .block-content {
  font-family: "Noto Serif KR", serif !important;
}

/* Anki cloze 하이라이트 색상 - 연한 노란색 */
.anki-cloze {
  background-color: #fff5b0 !important;
}
.anki-cloze::before {
  content: "'";
}
.anki-cloze::after {
  content: "'";
}
