@import url(fontiran.css);


/* @font-face { 
    font-family: 'farhang VF';
    src: url('FarhangVariable.woff') format('woff-variations'),
    url('FarhangVariable.woff') format('woff');
    font-display: fallback;
}

@font-face {
    font-family: farhang;
    src: url('staticfonts/Farhang-Regular.woff') format('woff');
}
@font-face {
    font-family: farhang;
    src: url('staticfonts/Farhang-Bold.woff') format('woff');
    font-weight: 700;
} */

body {
	font-family: Farhang2FaNum, tahoma  !important;
	direction: rtl;
	margin: 0;
}
h1, h2, h3, h4, h5, h6,input, textarea {
	font-family: Farhang2FaNum, tahoma  !important;
}

/* body {
	font-family: farhang, tahoma  !important;
	direction: rtl;
	margin: 0;
}
h1, h2, h3, h4, h5, h6,input, textarea {
	font-family: farhang, tahoma  !important;
}
 */
/* @supports (font-variation-settings: normal) {
	body {
		font-family: 'farhang VF', farhang, tahoma  !important;
		direction: rtl;
		margin: 0;
	}
	h1, h2, h3, h4, h5, h6,input, textarea {
		font-family: 'farhang VF', farhang, tahoma  !important;
	}
} */