/*
 * Font stacks used by the application.
 *
 * Tajawal and Inter are loaded in includes/header.php from Google Fonts.
 * Do not declare local font URLs here unless those files are shipped with the
 * application; missing @font-face sources can make print/PDF snapshots fall
 * back before Arabic glyphs are ready.
 */

:root {
    --font-family-arabic: "Tajawal", Tahoma, Arial, "Segoe UI", "Segoe UI Arabic", "Noto Sans Arabic", sans-serif;
    --font-family-latin: "Inter", "Segoe UI", Arial, sans-serif;
}
