/* 
   خط Cairo - يعمل محلياً بدون إنترنت
   يحاول تحميل الخط محلياً أولاً، ثم من Google Fonts كخيار احتياطي
*/

/* تعريف خط Cairo - يدعم جميع الصيغ (TTF, WOFF2) */
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 200 900;
    font-display: swap;
    src: local('Cairo'), 
         local('Cairo Regular'),
         local('Cairo-Regular'),
         url('../fonts/cairo/CAIRO.TTF') format('truetype'),
         url('../fonts/cairo/Cairo-200.woff2') format('woff2'),
         url('../fonts/cairo/Cairo-300.woff2') format('woff2'),
         url('../fonts/cairo/Cairo-400.woff2') format('woff2'),
         url('../fonts/cairo/Cairo-500.woff2') format('woff2'),
         url('../fonts/cairo/Cairo-600.woff2') format('woff2'),
         url('../fonts/cairo/Cairo-700.woff2') format('woff2'),
         url('../fonts/cairo/Cairo-800.woff2') format('woff2'),
         url('../fonts/cairo/Cairo-900.woff2') format('woff2');
}

/* تعريفات إضافية لكل وزن كخيار احتياطي من Google Fonts */
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: local('Cairo ExtraLight'), 
         local('Cairo-ExtraLight'),
         url('../fonts/cairo/CAIRO.TTF') format('truetype'),
         url('https://fonts.gstatic.com/s/cairo/v28/SLXVc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hGA-W1ToLQ-HmkA.woff2') format('woff2');
}

@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Cairo Light'), 
         local('Cairo-Light'),
         url('../fonts/cairo/CAIRO.TTF') format('truetype'),
         url('https://fonts.gstatic.com/s/cairo/v28/SLXVc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hOA-W1ToLQ-HmkA.woff2') format('woff2');
}

@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Cairo Regular'), 
         local('Cairo-Regular'),
         local('Cairo'),
         url('../fonts/cairo/CAIRO.TTF') format('truetype'),
         url('https://fonts.gstatic.com/s/cairo/v28/SLXVc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hL4-W1ToLQ-HmkA.woff2') format('woff2');
}

@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Cairo Medium'), 
         local('Cairo-Medium'),
         url('../fonts/cairo/CAIRO.TTF') format('truetype'),
         url('https://fonts.gstatic.com/s/cairo/v28/SLXVc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hI4-W1ToLQ-HmkA.woff2') format('woff2');
}

@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Cairo SemiBold'), 
         local('Cairo-SemiBold'),
         url('../fonts/cairo/CAIRO.TTF') format('truetype'),
         url('https://fonts.gstatic.com/s/cairo/v28/SLXVc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hGA9W1ToLQ-HmkA.woff2') format('woff2');
}

@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Cairo Bold'), 
         local('Cairo-Bold'),
         url('../fonts/cairo/CAIRO.TTF') format('truetype'),
         url('https://fonts.gstatic.com/s/cairo/v28/SLXVc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hFk9W1ToLQ-HmkA.woff2') format('woff2');
}

@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('Cairo ExtraBold'), 
         local('Cairo-ExtraBold'),
         url('../fonts/cairo/CAIRO.TTF') format('truetype'),
         url('https://fonts.gstatic.com/s/cairo/v28/SLXVc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hL49W1ToLQ-HmkA.woff2') format('woff2');
}

@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Cairo Black'), 
         local('Cairo-Black'),
         url('../fonts/cairo/CAIRO.TTF') format('truetype'),
         url('https://fonts.gstatic.com/s/cairo/v28/SLXVc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hJc9W1ToLQ-HmkA.woff2') format('woff2');
}

/* تطبيق الخط على جميع العناصر مع خطوط احتياطية */
*,
*::before,
*::after {
    font-family: 'Cairo', 'Segoe UI', Tahoma, Arial, sans-serif !important;
}

body,
html {
    font-family: 'Cairo', 'Segoe UI', Tahoma, Arial, sans-serif !important;
}

/* تطبيق الخط على جميع عناصر النصوص */
h1, h2, h3, h4, h5, h6,
p, span, div, a, label, input, button, select, textarea,
table, th, td, li, ul, ol {
    font-family: 'Cairo', 'Segoe UI', Tahoma, Arial, sans-serif !important;
}
