/* Madani Arabic — من مجلد public/fonts (بدون تحميل من الإنترنت) */
@font-face {
    font-family: 'Madani Arabic';
    src: url('/fonts/Madani-Arabic-Thin-400.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Madani Arabic';
    src: url('/fonts/Madani-Arabic-ExtraLight-400.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Madani Arabic';
    src: url('/fonts/Madani-Arabic-Light-400.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Madani Arabic';
    src: url('/fonts/Madani-Arabic-Regular-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Madani Arabic';
    src: url('/fonts/Madani-Arabic-Medium-400.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Madani Arabic';
    src: url('/fonts/Madani-Arabic-SemiBold-400.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Madani Arabic';
    src: url('/fonts/Madani-Arabic-Bold-400.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Madani Arabic';
    src: url('/fonts/Madani-Arabic-ExtraBold-400.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Madani Arabic';
    src: url('/fonts/Madani-Arabic-Black-400.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Madani Arabic', 'Segoe UI', Tahoma, sans-serif;
}
