/* تعريف الخط السعودي بجميع أوزانه */
@font-face {
    font-family: 'Saudi';
    src: url('../saudi/Saudi-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Saudi';
    src: url('../saudi/Saudi-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Saudi';
    src: url('../saudi/Saudi-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Saudi';
    src: url('../saudi/Saudi-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* تطبيق الخط السعودي كخط افتراضي في التطبيق */
body, h1, h2, h3, h4, h5, h6, p, a, button, input, select, textarea {
    font-family: 'Saudi', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
} 