/**
 * Droid Arabic Kufi — hosted locally (no external font URLs).
 * Font file: public/fonts/Droid.Arabic.Kufi_DownloadSoftware.iR_.ttf
 */
@font-face {
    font-family: 'Droid Arabic Kufi';
    src: url('../fonts/Droid.Arabic.Kufi_DownloadSoftware.iR_.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Arabic UI only (not other RTL locales e.g. he) */
html[lang="ar"] body {
    font-family: 'Droid Arabic Kufi', Tahoma, Arial, sans-serif !important;
}

html[lang="ar"] body .tw-font-sans {
    font-family: 'Droid Arabic Kufi', Tahoma, Arial, sans-serif !important;
}
