/* ================================================================
   نظام الخط الموحد — المصدر الوحيد للخطوط في الموقع كله
   النصوص (عربي + لاتيني): SF Arabic (خط متغير: regular/semibold/bold حقيقية)
   الأرقام 0-9 فقط: Oswald (subset صغير 3KB من الملف الأصلي)
   ================================================================ */

@font-face {
	font-family: 'm7-digits';
	src: url('oswald-digits.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0030-0039;
}

/* SF Pro AR Display — الخط الأصلي: regular للنصوص العادية */
@font-face {
	font-family: 'sfproar';
	src: url('sfproar-regular.woff2') format('woff2');
	font-weight: 100 549;
	font-style: normal;
	font-display: swap;
}

/* SF Pro AR Display — semibold للعناوين والنصوص العريضة */
@font-face {
	font-family: 'sfproar';
	src: url('sfproar-semibold.woff2') format('woff2');
	font-weight: 550 900;
	font-style: normal;
	font-display: swap;
}

:root {
	--m7-font: 'm7-digits', 'sfproar', -apple-system, 'Segoe UI', Tahoma, sans-serif;
}

/* توافق خلفي مع أي عنصر يحمل الكلاس القديم */
.sfproar-semibold {
	font-family: var(--m7-font) !important;
	font-weight: 600;
}

/* ===== تطبيق الخط الموحد على كل الموقع مع استثناء عناصر الأيقونات ===== */
html body,
html body *:not(#wpadminbar):not(#wpadminbar *):not(i):not(em):not(svg):not(path):not([class^="fa"]):not([class*=" fa-"]):not([class^="icon-"]):not([class*=" icon-"]):not([class*="stm-icon"]):not([class*="glyphicon"]):not([class*="genericon"]):not([class*="star-rating"]):not(.sp-icon) {
	font-family: var(--m7-font) !important;
}

/* شريط إدارة ووردبريس مستثنى كلياً من القاعدة الشاملة — لا نلمسه */

/* ===== توحيد أحجام الخطوط في صفحة المباراة ===== */
.stm-single-sp_event .sp-table-caption { font-size: 18px !important; font-weight: 700 !important; }
.stm-single-sp_event .sp-data-table thead th { font-size: 13px !important; }
.stm-single-sp_event .sp-data-table tbody td { font-size: 13.5px !important; }
.stm-single-sp_event .fixture_info { font-size: 14px !important; }
@media (max-width: 600px) {
	.stm-single-sp_event .sp-table-caption { font-size: 16px !important; }
	.stm-single-sp_event .sp-data-table thead th { font-size: 11px !important; }
	.stm-single-sp_event .sp-data-table tbody td { font-size: 11.5px !important; }
}
