/**
 * Hadi Admin — custom brand font: "Thmanyah Sans" (ثمانية سانس).
 *
 * The plugin activates this file automatically when
 * assets/fonts/thmanyahsans-Regular.woff2 exists. Weights map:
 * Light 300 · Regular 400 · Medium 500 · Bold 700 · Black 900.
 * (Requests for 600 resolve to Bold per CSS font matching.)
 */

/* Each face lists a lowercase fallback src — Linux hosts are
   case-sensitive, and if the first URL 404s the browser tries the next. */
@font-face {
	font-family: "Thmanyah Sans";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("../fonts/thmanyahsans-Light.woff2") format("woff2"),
		url("../fonts/thmanyahsans-light.woff2") format("woff2");
}
@font-face {
	font-family: "Thmanyah Sans";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/thmanyahsans-Regular.woff2") format("woff2"),
		url("../fonts/thmanyahsans-regular.woff2") format("woff2");
}
@font-face {
	font-family: "Thmanyah Sans";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/thmanyahsans-Medium.woff2") format("woff2"),
		url("../fonts/thmanyahsans-medium.woff2") format("woff2");
}
@font-face {
	font-family: "Thmanyah Sans";
	font-style: normal;
	font-weight: 600 700;
	font-display: swap;
	src: url("../fonts/thmanyahsans-Bold.woff2") format("woff2"),
		url("../fonts/thmanyahsans-bold.woff2") format("woff2");
}
@font-face {
	font-family: "Thmanyah Sans";
	font-style: normal;
	font-weight: 800 900;
	font-display: swap;
	src: url("../fonts/thmanyahsans-Black.woff2") format("woff2"),
		url("../fonts/thmanyahsans-black.woff2") format("woff2");
}

:root {
	--hadi-font: "Thmanyah Sans", "IBM Plex Sans Arabic", -apple-system, "Segoe UI", system-ui, Tahoma, sans-serif;
}
