/*
@font-face {
font-family: "header-font";
src: url('./font/IRANSansX-Black.ttf');
}
@font-face {
font-family: "body-font";
src: url('./font/IRANSansX-Bold.ttf');
}
@font-face {
font-family: "lists-font";
src: url('./font/IRANSansX-Regular.ttf');
}h1, h2, h3, h4, h5, h6, h7	{
font-family: "header-font"!important;
}p, em, div	{
font-family: "body-font"!important;
}
li	{
font-family: "lists-font"!important;
}
