/* ═══════════════════════════════════════════════════
   خطوط هوية وصلك — Araboto (أساسي) + Rose-Ruzaiq (ثانوي)
   محلية، بصيغة WOFF2، بدون طلبات خارجية
   ═══════════════════════════════════════════════════ */

@font-face {
    font-family: 'Araboto';
    src: url('../fonts/weslak/araboto-light.woff2') format('woff2'),
         url('../fonts/weslak/araboto-light.ttf')   format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Araboto';
    src: url('../fonts/weslak/araboto-normal.woff2') format('woff2'),
         url('../fonts/weslak/araboto-normal.ttf')   format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Araboto';
    src: url('../fonts/weslak/araboto-medium.woff2') format('woff2'),
         url('../fonts/weslak/araboto-medium.ttf')   format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Araboto';
    src: url('../fonts/weslak/araboto-bold.woff2') format('woff2'),
         url('../fonts/weslak/araboto-bold.ttf')   format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Araboto';
    src: url('../fonts/weslak/araboto-black.woff2') format('woff2'),
         url('../fonts/weslak/araboto-black.ttf')   format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
/* الخط الثانوي — للعناوين البارزة والشعارات */
@font-face {
    font-family: 'Rose Ruzaiq';
    src: url('../fonts/weslak/rose-ruzaiq-bold.woff2') format('woff2'),
         url('../fonts/weslak/rose-ruzaiq-bold.ttf')   format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ── تطبيق الخط على كامل الواجهة ── */
:root { --weslak-font: 'Araboto', 'Cairo', system-ui, -apple-system, sans-serif; }

html, body,
h1, h2, h3, h4, h5, h6,
p, a, span, div, li, td, th, label, small, strong, em,
button, input, select, textarea, optgroup,
.btn, .form-control, .form-select, .nav-link, .dropdown-item,
.modal-title, .card-title, .badge, .alert {
    font-family: var(--weslak-font) !important;
}

/* الأوزان الافتراضية */
h1, h2, h3 { font-weight: 700; }
h4, h5, h6 { font-weight: 500; }
strong, b, .fw-bold { font-weight: 700; }

/* فئة مساعدة للخط الثانوي */
.font-ruzaiq { font-family: 'Rose Ruzaiq', var(--weslak-font) !important; font-weight: 700; }
