/*
 * Cairo — self-hosted, subsetted (Arabic + Latin only) to keep payload small.
 * No Google Fonts CDN request; served from this theme's own server.
 */

@font-face {
	font-family: 'Cairo';
	src: url('cairo-400.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Cairo';
	src: url('cairo-600.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Cairo';
	src: url('cairo-700.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Cairo';
	src: url('cairo-800.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}
