@font-face {
	font-family: 'QuranUthmani';
	src: url('/public_media/fonts/UthmanicHafs.woff2') format('woff2'),
		url('/public_media/fonts/UthmanicHafs.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.quran-text {
	font-family: 'QuranUthmani', 'Scheherazade New', 'Amiri Quran', serif;
	font-weight: normal;
	font-synthesis: none; 
	direction: rtl;
	unicode-bidi: isolate;
	text-align: right;
	font-size: 30px;
	line-height: 2.1;
	letter-spacing: 0;
	word-spacing: 0;
	font-feature-settings: "ccmp" 1, "mark" 1, "mkmk" 1, "liga" 1, "rlig" 1;
	color: var(--e-global-color-primary);
}

.quran-text .ayah { display: inline; }