@font-face {
	font-family: 'Yekan';
	src: url( '../fonts/Yekan.eot' );
	src: url( '../fonts/Yekan.eot?#iefix' ) format( 'embedded-opentype' ),
		url( '../fonts/Yekan.woff2' ) format( 'woff2' ),
		url( '../fonts/Yekan.woff' ) format( 'woff' ),
		url( '../fonts/Yekan.ttf' ) format( 'truetype' ),
		url( '../fonts/Yekan.svg#Yekan' ) format( 'svg' );
	font-weight: normal;
	font-style: normal;
}

/* اعمال فونت به کل سایت */
body {
    font-family: 'Yekan', sans-serif  !important;
}

/* اعمال فونت خاص به تیترها */
h1, h2, h3 {
    font-family: 'Yekan', sans-serif  !important;
}
/* You can write dashboard, front-end main styles and responsive etc
-------------------------------------------------------------- */