/**
 * Local font files — place WOFF2 files next to this stylesheet and adjust names if needed.
 * @package Digtiali_FSE
 */

@font-face {
	font-family: 'Almarai';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('Almarai-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Almarai';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('Almarai-Bold.woff2') format('woff2');
}

/* Optional: add Manrope or other faces here, e.g.
@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url('Manrope-Variable.woff2') format('woff2');
}
*/
