/* MeQuran font for any Arabic text in header navigation */
    .header-area [lang="ar"],
    .header-area .arabic,
    .header-area .arabic-text,
    .header-area .quran-text {
        font-family: 'MeQuran', 'Traditional Arabic', 'Amiri', serif !important;
    }
    
    /* Ensure proper rendering of Arabic text with MeQuran font */
    @font-face {
        font-family: 'MeQuran';
        src: url('fonts/me_quran.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }