/**
 * منجم — the typeface, and nothing else.
 *
 * The reference asks for "Thmanyah Sans" by name and assumes it is installed on
 * the reader's machine. It is not, on anyone's. These five faces are what make
 * the reference's own stylesheet render as intended, and they are the ONLY
 * thing this file adds to it.
 *
 * Everything else — every colour, size, spacing and rule — is in site.css,
 * verbatim from the reference.
 *
 * @package Mnnjm
 */

@font-face {
	font-family: "Thmanyah Sans";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: 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");
}
@font-face {
	font-family: "Thmanyah Sans";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/thmanyahsans-Medium.woff2") format("woff2");
}
@font-face {
	font-family: "Thmanyah Sans";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/thmanyahsans-Bold.woff2") format("woff2");
}
@font-face {
	font-family: "Thmanyah Sans";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url("../fonts/thmanyahsans-Black.woff2") format("woff2");
}

/*
 * The Arabic family name, so `font-family: "ثمانية سانس"` in the reference's
 * stack resolves to the same files rather than falling through to Arial.
 */
@font-face {
	font-family: "ثمانية سانس";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/thmanyahsans-Regular.woff2") format("woff2");
}
@font-face {
	font-family: "ثمانية سانس";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/thmanyahsans-Medium.woff2") format("woff2");
}
