@font-face {
	font-family: 'Manrope Kavani';
	src: url('../fonts/manrope/Manrope-VariableFont_wght.woff2') format('woff2');
	font-weight: 200 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Beiruti Kavani';
	src: url('../fonts/beiruti/Beiruti-VariableFont_wght.woff2') format('woff2');
	font-weight: 200 900;
	font-style: normal;
	font-display: swap;
}

:root {
	--font-en: 'Manrope Kavani', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	--font-fa: 'Beiruti Kavani', Tahoma, system-ui, sans-serif;
}

html {
	font-family: var(--font-en);
}

html.lang-fa,
html.rtl {
	direction: rtl;
	font-family: var(--font-fa);
}

html.rtl {
	direction: rtl;
}
