/*
 * IranYekan local fonts
 *
 * Upload the four WOFF files to:
 * wp-content/themes/hello-theme-child/assets/fonts/iran-yekan/
 */

@font-face {
	font-family: "IranYekan";
	src: url("../fonts/iran-yekan/IranYekan-Regular.woff") format("woff");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "IranYekan";
	src: url("../fonts/iran-yekan/IranYekan-Medium.woff") format("woff");
	font-style: normal;
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: "IranYekan";
	src: url("../fonts/iran-yekan/IranYekan-Bold.woff") format("woff");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: "IranYekan";
	src: url("../fonts/iran-yekan/IranYekan-ExtraBold.woff") format("woff");
	font-style: normal;
	font-weight: 800;
	font-display: swap;
}

:root {
	--abis-font-family: "IranYekan", Tahoma, Arial, sans-serif;

	/* Elementor global typography variables */
	--e-global-typography-primary-font-family: "IranYekan";
	--e-global-typography-secondary-font-family: "IranYekan";
	--e-global-typography-text-font-family: "IranYekan";
	--e-global-typography-accent-font-family: "IranYekan";
}

html,
body,
button,
input,
select,
textarea {
	font-family: var(--abis-font-family) !important;
}

body .elementor-widget-heading .elementor-heading-title,
body .elementor-widget-text-editor,
body .elementor-button,
body .elementor-nav-menu a,
body .elementor-icon-list-text,
body .woocommerce,
body .woocommerce-page,
body .woocommerce button,
body .woocommerce input,
body .woocommerce select,
body .woocommerce textarea,
body .woocommerce .button,
body .abis-shop {
	font-family: var(--abis-font-family) !important;
}
