/* 
 * ملف الخطوط - Fonts File
 * يحتوي على تعريفات جميع الخطوط المستخدمة في الموقع
 */

/* DIN Next Arabic Font - Regular */
@font-face {
    font-family: 'DIN Next Arabic';
    src: url('DINNextLTArabic-Regular-3.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* DIN Next Arabic Font - Bold (using same file with font-weight) */
@font-face {
    font-family: 'DIN Next Arabic';
    src: url('DINNextLTArabic-Regular-3.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* DIN Next Arabic Font - Light (using same file with font-weight) */
@font-face {
    font-family: 'DIN Next Arabic';
    src: url('DINNextLTArabic-Regular-3.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

