/* wp管理画面 - 投稿画面のフォントを明朝体からゴシック体に */
.editor-styles-wrapper {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif!important;
}

.editor-styles-wrapper :where(p, h1, h2, h3, h4, h5, h6, li, dt, dd, td, th, figcaption, blockquote) {
  font-family: inherit!important;
}
