/* =========================================================
   Ammari Brand Fonts — self-hosted from assets/fonts/
   Galiwar (display) · SERIF (body) · STV (Arabic)
   ========================================================= */

/* ── Galiwar — primary display ───────────────────── */
@font-face {
	font-family: "Galiwar";
	src: url("../fonts/Galiwar/TTF/Galiwar-thin.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Galiwar";
	src: url("../fonts/Galiwar/TTF/Galiwar-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Galiwar";
	src: url("../fonts/Galiwar/TTF/Galiwar-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Galiwar";
	src: url("../fonts/Galiwar/TTF/Galiwar-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Galiwar";
	src: url("../fonts/Galiwar/TTF/Galiwar-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Galiwar";
	src: url("../fonts/Galiwar/TTF/Galiwar-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* ── SERIF — secondary body ──────────────────────── */
@font-face {
	font-family: "SERIF";
	src: url("../fonts/Serif-Regular/Serif-Regular.ttf.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* ── STV — Arabic ──────────────────────────────── */
@font-face {
	font-family: "STV";
	src: url("../fonts/stv/stv.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "STV";
	src: url("../fonts/stv/stv-bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
