/**
 * Al Madinah titles — optical size + bold.
 * Loaded after component CSS so sizes win over earlier clamps.
 */

h1, h2, h3, h4, h5, h6,
.ar-title,
.section-head h2,
.ar-section-head h2,
.ar-tb-title,
.ar-tb-year,
.ar-academy-card h3,
.ar-ps-section-head h2,
.ar-teams-section-head h2,
.ar-team-section-head h2,
.ar-matches-section-head h2,
.app-copy h2,
.ar-footer-recruit h5,
.ar-fs-content h2,
.ar-videos-cta h2,
.ar-photos-cta h2,
.ar-gallery-cta h2,
.ar-brandbook-cta h2,
.ar-news-featured h2,
.ar-value-poster h4,
.ar-intro-text h2,
.ar-vm-content h2,
.ar-vm-content h3,
.ar-founding-split h2 {
	font-family: var(--ar-font-heading, 'Al Madinah', sans-serif) !important;
	font-weight: 800 !important;
}

/* Slightly larger — Madinah reads optically smaller than Tajawal */
.section-head h2,
.ar-section-head h2{
	font-size: clamp(36px, 4vw, 52px) !important;
}
.ar-tb-title{
	font-size: clamp(48px, 6.8vw, 82px) !important;
}
.ar-title-bar.is-history .ar-tb-title{
	font-size: clamp(46px, 6vw, 72px) !important;
}
.single .ar-title-bar .ar-tb-title{
	font-size: clamp(36px, 5vw, 60px) !important;
}
.ar-tb-year{
	font-size: clamp(90px, 15.5vw, 180px) !important;
}
.hero h1{
	font-size: clamp(48px, 7.2vw, 96px) !important;
	font-weight: 800 !important;
}
.app-copy h2,
.ar-videos-cta h2,
.ar-photos-cta h2,
.ar-gallery-cta h2{
	font-size: clamp(34px, 4vw, 52px) !important;
}
.ar-fs-content h2{
	font-size: clamp(26px, 2.8vw, 34px) !important;
}
.ar-matches-section-head h2{
	font-size: clamp(2rem, 3.6vw, 2.85rem) !important;
}
.ar-teams-section-head h2,
.ar-team-section-head h2,
.ar-ps-section-head h2{
	font-size: clamp(1.75rem, 3.4vw, 2.35rem) !important;
}
.ar-academy-card h3{
	font-size: 24px !important;
}
.ar-footer-recruit h5{
	font-size: 19px !important;
}
.ar-value-poster h4{
	font-size: 26px !important;
}
.ar-intro-text h2,
.ar-vm-content h2,
.ar-vm-content h3,
.ar-founding-split h2,
.ar-founding-banner h2{
	font-size: clamp(32px, 3.8vw, 46px) !important;
}
#ar-site-footer h4,
.ar-footer-widget-title,
#ar-site-footer .ar-footer-widget .widget-title{
	font-family: var(--ar-font-heading, 'Al Madinah', sans-serif) !important;
	font-weight: 800 !important;
	font-size: 17px !important;
}
