/* Header + internal titles — local Tajawal via fonts.css */
.site-header,
.site-header .header-nav-link,
.site-header .header-news-strip__label,
.site-header .header-date-chip,
.site-header .header-follow-chip {
    font-family: var(--font-header, 'Tajawal', 'Segoe UI', Tahoma, sans-serif);
}

/* Internal titles only (not header chrome) */
.main-content .article-head__title,
.main-content .archive-header__title,
.main-content .archive-header h1,
.main-content .author-profile__name,
.main-content .home-hero-head__title,
.main-content .home-latest__headline,
.main-content .home-widget__title,
.main-content .home-duo-block__title,
.main-content .hub-twin__title,
.main-content .hub-sports__title,
.main-content .hub-art__title,
.main-content .article-strip-head__title,
.main-content .related-block__title,
.main-content .static-prose h1,
.main-content .pg404__title,
.main-content .article-content h2,
.main-content .article-content h3,
.main-content .article-content h4 {
    font-family: var(--font-title, 'Tajawal', 'Segoe UI', Tahoma, sans-serif);
}
