/* inter */
@font-face {
	font-family: inter;
	src: url("inter/Inter-VariableFont_opsz,wght.ttf")
		format("truetype-variations");
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: inter;
	src: url("inter/Inter-Italic-VariableFont_opsz,wght.ttf")
		format("truetype-variations");
	font-weight: 100 900;
	font-style: italic;
	font-optical-sizing: auto;
}

/* mdNichrome */
@font-face {
	font-family: mdNichrome;
	src:
		url("md-nichrome/MDNichrome-Regular.woff2") format("woff2"),
		url("md-nichrome/MDNichrome-Regular.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: mdNichrome;
	src:
		url("md-nichrome/MDNichrome-Bold.woff2") format("woff2"),
		url("md-nichrome/MDNichrome-Bold.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* graphikArabic */
@font-face {
	font-family: graphikArabic;
	src: url("graphik-arabic/GraphikArabic-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: graphikArabic;
	src: url("graphik-arabic/GraphikArabic-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: graphikArabic;
	src: url("graphik-arabic/GraphikArabic-Semibold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: graphikArabic;
	src: url("graphik-arabic/GraphikArabic-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
