.text-content, .cke_editable {
  font-family: var(--font-sans);
}

.text-content code, .cke_editable code {
  color: #c7254e;
  font-size: var(--font-size-s);
  line-height: var(--line-height-base);

  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media (min-width: 43.75rem) {
  .text-content pre code,
  .cke_editable pre code {
    line-height: var(--line-height-base);
    font-size: var(--font-size-s);
  }

  /*.text-content, .cke_editable {
    font-size: 1rem;
    line-height: var(--sp1-5);
  }*/
}

@media (min-width: 62.5rem) {
  .text-content blockquote,
  .cke_editable blockquote {
    font-size: 1.5rem;
    line-height: calc(2.25 * var(--sp));
  }
}
