/* Arabic Fonts - Local Fallback */
/* Note: These fonts are loaded from Google Fonts, but this file can be extended with local fonts */

/* Islamic Calligraphy Font for Special Text */
.islamic-calligraphy {
    font-family: 'Scheherazade New', 'Amiri', 'Noto Sans Arabic', serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.5px;
}

/* Decorative Arabic Text */
.arabic-decorative {
    font-family: 'Scheherazade New', 'Amiri', 'Noto Sans Arabic', serif;
    font-weight: 700;
    font-style: italic;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Arabic UI Text - Clean and Modern */
.arabic-ui {
    font-family: 'Tajawal', 'Noto Sans Arabic', 'Cairo', sans-serif;
    font-weight: 500;
}

/* Arabic Headings */
.arabic-heading {
    font-family: 'Tajawal', 'Noto Sans Arabic', 'Cairo', sans-serif;
    font-weight: 700;
    letter-spacing: -0.5px;
}

/* Arabic Body Text */
.arabic-body {
    font-family: 'Noto Sans Arabic', 'Tajawal', 'Cairo', 'Amiri', sans-serif;
    font-weight: 400;
    line-height: 1.7;
}