@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/manrope-regular.ttf") format("truetype");
}

@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/manrope-medium.ttf") format("truetype");
}

@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/manrope-semibold.ttf") format("truetype");
}

@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 700 800;
	font-display: swap;
	src: url("../fonts/manrope-bold.ttf") format("truetype");
}

@font-face {
	font-family: "Noto Kufi Arabic";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/kufi-regular.ttf") format("truetype");
}

@font-face {
	font-family: "Noto Kufi Arabic";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/kufi-semibold.ttf") format("truetype");
}

@font-face {
	font-family: "Noto Kufi Arabic";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/kufi-bold.ttf") format("truetype");
}

