/* Noto Sans Arabic Font - For RTL languages */
@font-face {
    font-family: 'Noto Sans Arabic';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('NotoSansArabic-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans Arabic';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('NotoSansArabic-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans Arabic';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('NotoSansArabic-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans Arabic';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('NotoSansArabic-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans Arabic';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('NotoSansArabic-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans Arabic';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('NotoSansArabic-ExtraBold.ttf') format('truetype');
}

