/**
 * IBM Plex Sans Arabic - الخط الأساسي للمنصة
 */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@300;400;500;600;700&display=swap');

/**
 * AL-Mohanad Extra Bold - خط احتياطي
 */
@font-face {
    font-family: 'AL Mohanad';
    src: url('../fonts/AL-Mohanad-Extra-Bold.ttf') format('truetype');
    font-weight: 400 800;
    font-style: normal;
    font-display: swap;
}

body, html, h1, h2, h3, h4, h5, h6, p, a, span, input, select, textarea, label, button, .btn, table, th, td {
    font-family: 'IBM Plex Sans Arabic', 'AL Mohanad', sans-serif !important;
}
