/* Lyon Arabic Display — local Hakmi brand fonts */
:root {
	--hakmi-font-fallback: "Lyon Arabic Display", "Instrument Serif", "Noto Naskh Arabic", Georgia, "Times New Roman", serif;
}

@font-face {
	font-family: "Lyon Arabic Display";
	src: url("LyonArabicDisplay-Light.otf") format("opentype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Lyon Arabic Display";
	src: url("LyonArabicDisplay-Regular.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Lyon Arabic Display";
	src: url("LyonArabicDisplay-Medium.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Lyon Arabic Display";
	src: url("LyonArabicDisplay-Bold.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Lyon Arabic Display";
	src: url("LyonArabicDisplay-Black.otf") format("opentype");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
