/**
 * Vazirmatn font for WordPress admin and login only.
 *
 * @package HelloElementorChild
 */

@font-face {
	font-family: Vazirmatn;
	src: url("../fonts/vazirmatn/Vazirmatn-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Vazirmatn;
	src: url("../fonts/vazirmatn/Vazirmatn-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Vazirmatn;
	src: url("../fonts/vazirmatn/Vazirmatn-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Vazirmatn;
	src: url("../fonts/vazirmatn/Vazirmatn-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

body.wp-admin,
body.login {
	font-family: Vazirmatn, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

body.wp-admin .wrap,
body.wp-admin .wp-core-ui,
body.login.datra-login {
	font-family: Vazirmatn, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
