/**
*
*	Name:			IRANSansX Fonts
*	Version:			3
*	Author:			Moslem Ebrahimi (moslemebrahimi.com)
*	Created on:		Apr 22, 2021
*	Updated on:		Jul 12, 2023
*	Website:			http://fontiran.com
*	Copyright:		Commercial/Proprietary Software
--------------------------------------------------------------------------------------
فونتایران سنس Xا یک نرم افزار مالکیتی محسوب می شود. جهت آگاهی از قوانین استفاده از این فونت ها لطفا به وب سایت (فونت ایران دات کام) مراجعه نمایید
--------------------------------------------------------------------------------------
IRANSansX fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com 
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: (.....)
------------------------------------------------------------------------------------- fonts/-
*	
**/

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/woff/IRANSansXFaNum-Bold.woff') format('woff'),   
	url('../fonts/woff2/IRANSansXFaNum-Bold.woff2') format('woff2');	 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/woff/IRANSansXFaNum-Regular.woff') format('woff'),   
	url('../fonts/woff2/IRANSansXFaNum-Regular.woff2') format('woff2');	
}


/* //////// */

h1, h2, h3, h4, h5, h6, input, textarea, body, blockquote, label, span:not(.ab-icon):not(.star-rating span):not(.wd-icon), p, a,td.product-name a,form,button
{
	font-family: IRANSansX;
	  /* font-weight: unset; */
}

/* START of AceWP: Fonts -> Size */
p, table, tbody, tfoot, thead, tr, th, td,a
{
font-size:15px;
}
p,h1,h2,h3,h4,h5,h6,span,.elementor-heading-title
{
  line-height: 1.9em;
}
/* h6,span:not(.star-rating)
{
font-size:16px;
} */
h5,h5.element-title{
font-size:17px;
}
h4,h4.element-title{
font-size:18px;
}
h3,h3.element-title{
font-size:19px;
}
h2,h2.element-title{
font-size:20px;
}
h1,.page-title .title,h1.entry-title.title,h1.element-title
{
font-size:21px;
}
  
#wpadminbar span
{
  line-height: 1em !important;
}

@media (min-width: 1600px)
{
  p, table, tbody, tfoot, thead, tr, th, td,a
  {
  font-size:17px;
  }
  /* h6,span:not(.star-rating)
  {
  font-size:18px;
  } */
  h5,h5.element-title{
  font-size:19px;
  }
  h4,h4.element-title{
  font-size:20px;
  }
  h3,h3.element-title{
  font-size:21px;
  }
  h2,h2.element-title{
  font-size:22px;
  }
  h1,.page-title .title,h1.entry-title.title,h1.element-title
  {
  font-size:23px;
  }
}

@media (max-width: 698px)
{
  p, table, tbody, tfoot, thead, tr, th, td,a
  {
  font-size:14px;
  }

  /* h6,span:not(.star-rating)
  {
  font-size:15px;
  } */
  h5,h5.element-title{
  font-size:16px;
  }
  h4,h4.element-title{
  font-size:17px;
  }
  h3,h3.element-title{
  font-size:18px;
  }
  h2,h2.element-title{
  font-size:19px;
  }
  h1,.page-title .title,h1.entry-title.title,h1.element-title
  {
  font-size:20px;
  }
  li
  {
  font-size: 13px;
  line-height: 1.4em;
  }
}
/* END of AceWP: Fonts -> Size */

#Subheader .title
{
	font-family: inherit;
}