/*
 * Cairo (SIL Open Font License 1.1, see OFL.txt): Arabic subset, variable weight axis 200-1000.
 * Self-hosted. It was downloaded once from the Google Fonts static files and is never hotlinked.
 * Loaded on Arabic (RTL) pages only, from the ngo-charity-hub child theme.
 *
 * "DIMCI Arabic" is used where i18n.css names a stack explicitly. The same file is also registered
 * under the site's Latin family names (Poppins, Playfair Display, ...), limited to the Arabic
 * unicode-range, so Arabic text in any Elementor/theme element gets Cairo while Latin text keeps
 * its face. Those alias rules depend on which Latin weights the page loads, so they are printed
 * per request: ngo_charity_hub_arabic_font_aliases() in themes/ngo-charity-hub/inc/i18n-rtl.php.
 */

@font-face {
	font-family: 'DIMCI Arabic';
	font-style: normal;
	font-weight: 200 1000;
	font-display: swap;
	src: url(cairo-arabic-wght.woff2) format('woff2');
	unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}
