@charset "UTF-8";

@font-face {
	font-family: IranYekan;
	font-style: normal;
	font-weight: normal;
	src: url("../webfonts/2-IranYekan/iranyekanweblight.eot");
	src: url("../webfonts/2-IranYekan/iranyekanweblight.eot?#iefix") format("embedded-opentype"),
		url("../webfonts/2-IranYekan/iranyekanweblight.woff2") format("woff2"),
		url("../webfonts/2-IranYekan/iranyekanweblight.woff") format("woff"),
		url("../webfonts/2-IranYekan/iranyekanweblight.ttf") format("truetype");
}

:root,
[data-bs-theme="light"],
[data-bs-theme="dark"] {
	--bs-body-font-family: IranYekan, "Chakra Petch", sans-serif;
	--bs-font-monospace: IranYekan, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

body {
	font-family: var(--bs-body-font-family);
}

.font-monospace {
	font-family: var(--bs-font-monospace) !important;
}
