/* خط محمد Bold Art - تطبيق على كامل النظام */

@font-face {
    font-family: 'Mohammad Bold Art';
    src: url('../fonts/mohammad-bold-art-1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mohammad Bold Art';
    src: url('../fonts/mohammad-bold-art-1.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* تطبيق الخط على جميع العناصر */
* {
    font-family: 'Mohammad Bold Art', 'Cairo', 'Tajawal', 'Segoe UI', Tahoma, Arial, sans-serif !important;
}

body {
    font-family: 'Mohammad Bold Art', 'Cairo', 'Tajawal', 'Segoe UI', Tahoma, Arial, sans-serif !important;
}

html {
    font-family: 'Mohammad Bold Art', 'Cairo', 'Tajawal', 'Segoe UI', Tahoma, Arial, sans-serif !important;
}

/* تطبيق الخط على النصوص العربية */
[dir="rtl"],
[lang="ar"] {
    font-family: 'Mohammad Bold Art', 'Cairo', 'Tajawal', 'Segoe UI', Tahoma, Arial, sans-serif !important;
}

/* تطبيق الخط على العناصر الرئيسية */
h1, h2, h3, h4, h5, h6,
p, span, div, a, button, input, textarea, select, label,
table, thead, tbody, tr, td, th,
.navbar, .sidebar, .card, .btn, .form-control, .form-label,
.alert, .badge, .modal, .dropdown-menu {
    font-family: 'Mohammad Bold Art', 'Cairo', 'Tajawal', 'Segoe UI', Tahoma, Arial, sans-serif !important;
}

