@font-face {
  font-family: 'BC Barell';
  src: url('/assets/fonts/BCBarell-Regular.woff2') format('woff2'),
       url('/assets/fonts/BCBarell-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* İçerik genel metin fontu */
.content-from-editor,
.content-from-editor *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-family: 'Montserrat', sans-serif !important;
}

/* Başlıklar */
.content-from-editor h1,
.content-from-editor h2,
.content-from-editor h3,
.content-from-editor h4,
.content-from-editor h5,
.content-from-editor h6 {
  font-family: 'BC Barell', 'Montserrat', sans-serif !important;
}

/* Sık gelen inline font tag’leri ve benzerleri için ek sertleştirme */
.content-from-editor font,
.content-from-editor span,
.content-from-editor p,
.content-from-editor li,
.content-from-editor a,
.content-from-editor strong,
.content-from-editor em {
  font-family: inherit !important;
}
