/* ---------------------------------------------------------------
 * Custom fonts (user-supplied, licensed files required)
 * Place font files at: anasi-articles/assets/fonts/
 *   - sakkal-majalla.woff2 / sakkal-majalla.woff
 *   - thmanyah-font.woff2 / thmanyah-font.woff
 * Falls back to Tajawal (already loaded site-wide) until then.
 * Shared by both anasi-articles (reading page) and
 * anasi-rich-editor (editor live preview).
 * ------------------------------------------------------------- */
@font-face {
	font-family: 'Sakkal Majalla';
	src: url('fonts/sakkal-majalla.woff2') format('woff2'),
	     url('fonts/sakkal-majalla.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Thmanyah Font';
	src: url('fonts/thmanyah-font.woff2') format('woff2'),
	     url('fonts/thmanyah-font.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
