@font-face {
	font-family: "IRANSans";
	src: url("../fonts/IRANSansWeb.woff") format("woff");
	font-weight: 300 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "IRANSans";
	src: url("../fonts/IRANSansWeb_Bold.woff2") format("woff2");
	font-weight: 600 900;
	font-style: normal;
	font-display: swap;
}

:root {
	--cip-font-family: "IRANSans", Tahoma, sans-serif;
}

html,
body,
button,
input,
select,
textarea,
optgroup {
	font-family: var(--cip-font-family);
}

body :where(div, section, article, header, footer, nav, main, aside, h1, h2, h3, h4, h5, h6, p, a, span, label, strong, b, small, li, button, input, select, textarea, option) {
	font-family: inherit;
}
