@font-face {
	font-family: "header-font";
	src: url('./font/YekanBakh-Bold.woff2');
}

@font-face {
	font-family: "body-font";
	src: url('./font/YekanBakh-Regular.woff2');
}

h1, h2, h3, h4, h5, h6 {
	font-family: "header-font" !important;
}
p, em, div	{
	font-family: "body-font" !important;
}