/* Noto Naskh Arabic — loaded only for AR locale to avoid CLS for EN/FR visitors.
 * Hosted from Google Fonts CSS2 endpoint; the actual font files are CDN-cached
 * by Cloudflare in front of the customer's site. */
@import url('https://fonts.googleapis.com/css2?family=Noto+Naskh+Arabic:wght@400;700&display=swap');

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3 {
	font-family: 'Noto Naskh Arabic', 'Amiri', Georgia, serif;
}
