/* @font-face {
   font-display: swap;
   font-family: "Yekan Bakh";
   font-weight: 300;
   src: url(../fonts/YekanBakhFaNum-Light.woff) format("woff");
}

@font-face {
   font-display: swap;
   font-family: "Yekan Bakh";
   font-weight: 500;
   src: url(../fonts/YekanBakhFaNum-SemiBold.woff) format("woff");
}

@font-face {
   font-display: swap;
   font-family: "Yekan Bakh";
   font-weight: 900;
   src: url(../fonts/YekanBakhFaNum-Bold.woff) format("woff");
}

@font-face {
   font-display: swap;
   font-family: "Peyda";
   font-weight: 600;
   src: url(../fonts/peyda-semibold.woff2) format("woff");
}

@font-face {
   font-display: swap;
   font-family: "Peyda";
   font-weight: 400;
   src: url(../fonts/peyda-regular.woff2) format("woff");
} */
 @font-face {
	font-family: KalamehWebFaNum;
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/KalamehWebFaNum-Thin.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/KalamehWebFaNum-Thin.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
	font-family: KalamehWebFaNum;
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/KalamehWebFaNum-Black.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/KalamehWebFaNum-Black.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
	font-family: KalamehWebFaNum;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/KalamehWebFaNum-Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/KalamehWebFaNum-Bold.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
	font-family: KalamehWebFaNum;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/KalamehWebFaNum-Regular.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/KalamehWebFaNum-Regular.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

:root {
   --vafa-font-family: "KalamehWebFaNum";
   --vafa-font-weight: 400;
}

body,
input,
textarea,
button {
   font-family: var(--vafa-font-family);
   font-weight: var(--vafa-font-weight);
   font-feature-settings: var(--vafa-number);
}
