/*! RTL build of fonts.css — generated by .claude/rtl-flip.php */
/* Self-hosted fonts.

   Latin glyphs render in Montserrat. Arabic glyphs render in Tajawal — the
   `unicode-range` on the Tajawal @font-face limits the font to Arabic-block
   codepoints, so when a Latin glyph is requested the browser skips Tajawal
   and falls through to Montserrat in the font stack. */

@font-face {
	font-display: swap;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/montserrat-400.woff2) format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/montserrat-700.woff2) format('woff2');
}

/* Tajawal — Arabic only. Loaded once for each weight. */
@font-face {
	font-display: swap;
	font-family: 'Tajawal';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/tajawal-arabic-400.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;
}
@font-face {
	font-display: swap;
	font-family: 'Tajawal';
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/tajawal-arabic-700.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;
}
