@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;500;600&display=swap");

/*
 * Wfarhali 8.2.3 — visibly lighter Arabic editorial typography.
 * IBM Plex Sans Arabic Regular replaces the visually dense Noto body face.
 */
.wf-articles-page .wf-article-hero-copy,
.wf-articles-page .wf-article-content,
.wf-articles-page .wf-article-card,
.wf-articles-page .wf-related-grid [lang="ar"]{
  font-family:"IBM Plex Sans Arabic","Noto Sans Arabic",Tahoma,sans-serif!important;
  font-synthesis:none;
}

.wf-articles-page .wf-article-hero p,
.wf-articles-page .wf-article-card p,
.wf-articles-page .wf-article-content,
.wf-articles-page .wf-article-content .wf-article-lead,
.wf-articles-page .wf-article-content>p,
.wf-articles-page .wf-article-content>ul li,
.wf-articles-page .wf-article-faq details p{
  font-weight:400!important;
}

.wf-articles-page .wf-article-hero h1{
  max-width:780px;
  font-size:clamp(34px,3.2vw,48px)!important;
  font-weight:600!important;
  line-height:1.22!important;
  letter-spacing:0!important;
}

.wf-articles-page .wf-article-content h2,
.wf-articles-page .wf-article-content h3,
.wf-articles-page .wf-article-card h2,
.wf-articles-page .wf-related-grid h3{
  font-weight:600!important;
  letter-spacing:0!important;
}

.wf-articles-page .wf-article-content strong,
.wf-articles-page .wf-article-content b{
  font-weight:600!important;
}

.wf-articles-page .wf-article-content>p{
  color:#2d3748;
  line-height:1.9;
  word-spacing:.02em;
}

.wf-articles-page .wf-article-content .wf-article-lead{
  color:#374151;
  line-height:1.9;
}

.wf-articles-page .wf-article-faq summary{
  font-family:"IBM Plex Sans Arabic","Noto Sans Arabic",Tahoma,sans-serif!important;
  font-weight:500!important;
}

@media(max-width:620px){
  .wf-articles-page .wf-article-hero h1{
    font-size:32px!important;
    line-height:1.3!important;
  }
  .wf-articles-page .wf-article-content>p{
    font-size:16px;
    line-height:1.9;
  }
}
