@media (max-width: 620px) {
  .editor-panel textarea {
    font-family: "Cormorant Garamond", "Cormorant Garamond Fallback", "Noto Serif SC", "Noto Serif SC Fallback", Didot, "Songti SC", serif;
  }

  .editor-panel textarea::placeholder {
    font-family: inherit;
    font-size: 12px;
    letter-spacing: 0.03em;
  }
}
