@charset "utf-8";
@font-face {
    font-family:nastaliq;
    src: url('../fonts/IranNastaliq.eot');
    src: url('../fonts/IranNastaliq.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IranNastaliq.woff2') format('woff2'),
        url('../fonts/IranNastaliq.woff') format('woff'),
        url('../fonts/IranNastaliq.ttf') format('truetype'),
        url('../fonts/IranNastaliq.svg#IranNastaliq') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.news-text{
	font-family: nastaliq;
	text-shadow: 2px 5px 5px #aaa;
	color:#888;
}

