/*
Theme Name:     BabSabta
Theme URI:      n/a
Template:       kadence
Author:         BabSabta
Author URI:     n/a
Description:    BabSabta
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/


/* 1. تعريف الخط (لا تلمسه) */
@font-face {
    font-family: 'CairoPlayCustom';
    src: url('https://babsabta.ma/wp-content/uploads/2026/02/CairoPlay-VariableFont_slntwght-1.ttf') format('truetype');
    font-weight: 100 900; 
    font-style: normal;
    font-display: swap;
}

/* 2. تطبيق الخط على نص وعنوان المقال فقط (بدون تحديد أوزان رقمية) */
/* ترك الأوزان فارغة يجعل المتصفح يستخدم ذكاءه في إظهار البولد الخاص بالملف */
.single-post h1.entry-title,
.single-post .entry-content, 
.single-post .entry-content p, 
.single-post .entry-content strong, 
.single-post .entry-content b, 
.single-post .entry-content h2, 
.single-post .entry-content h3,
.single-post .entry-content li,
.single-post .entry-content span {
    font-family: 'CairoPlayCustom', sans-serif !important;
}

/* 3. حماية الفوتر والتعليقات والودجات الجانبية بشكل صارم */
/* هذا الجزء يمنع الخط من الخروج عن نطاق المقال */
.site-footer, 
.site-footer *, 
#comments, 
#comments *, 
.comment-respond, 
.comment-respond *, 
#secondary, 
#secondary * {
    font-family: inherit !important;
}



