/* Amwaj — self-hosted fonts. Paths are relative to this file (assets/css/ → ../fonts/).
   English: Giflika (headings). Arabic: GE Hili (headings) + GE SS (body). Inter/Cormorant
   load from Google Fonts (see enqueue.php). Spaces in filenames are URL-encoded (%20). */

@font-face {
	font-family: 'Giflika';
	src: url('../fonts/Giflika-Regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* --- Arabic headings: GE Hili --- */
@font-face {
	font-family: 'GE Hili';
	src: url('../fonts/GE%20Hili%20Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'GE Hili';
	src: url('../fonts/GE%20Hili%20Book.ttf') format('truetype');
	font-weight: 400 700;
	font-style: normal;
	font-display: swap;
}

/* --- Arabic body: GE SS --- */
@font-face {
	font-family: 'GE SS';
	src: url('../fonts/GE%20SS%20UltraLight.otf') format('opentype');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'GE SS';
	src: url('../fonts/GE%20SS%20Light.otf') format('opentype');
	font-weight: 300 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'GE SS';
	src: url('../fonts/GE%20SS%20Light%20Italic.otf') format('opentype');
	font-weight: 300 400;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'GE SS';
	src: url('../fonts/GE%20SS%20Medium.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'GE SS';
	src: url('../fonts/GE%20SS%20Bold.otf') format('opentype');
	font-weight: 600 800;
	font-style: normal;
	font-display: swap;
}
