/*----------------------------------------------------------------
  You can add your style here, if you don't want to use child theme.

  MAKE SURE YOU "BACKUP" THIS FILE, YOUR CUSTOM CAN BE LOSS WHEN YOU UPDATE.

--------------------------------------------------------------*/
/* Note: Add new css to the media query below that you want to only effect all device  */
@font-face {
	font-family: 'IRANYekan';
	src: url('fonts/IRANYekan.eot') format('eot'),
	url('fonts/IRANYekan.woff') format('woff'), 
	url('fonts/IRANYekan.ttf') format('truetype');
}
body 
{
	font-family:'IRANYekan', IRANYekan; !important
}



/*----------------------------------------------------------------
  ONLY DESKTOP STYLE
--------------------------------------------------------------*/
/* Note: Add new css to the media query below that you want to only effect the desktop view  */
@media only screen and (min-width: 768px) {
    /* Add your Desktop Styles here */




}
/*----------------------------------------------------------------
  MOBILE STYLE
--------------------------------------------------------------*/
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait */
@media only screen and (max-width: 767px) {
    /* Add your Mobile Styles here */




}