/*
 Theme Name:   XStore Child
 Theme URI:    http://8theme.com/
 Description:  XStore Child Theme
 Author:       8theme
 Author URI:   http://8theme.com
 Template:     xstore
 Version:      1.0
 Text Domain:  xstore-child
*/

/* فونت ایران‌سنس - وزن نرمال */
@font-face {
  font-family: 'IRANSans';
  src: url('https://aynazebrahimi.ir/wp-content/themes/xstore/fonts/IRANSansWeb.woff2') format('woff2'),
       url('https://aynazebrahimi.ir/wp-content/themes/xstore/fonts/IRANSansWeb.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

/* وزن UltraLight */
@font-face {
  font-family: 'IRANSans';
  src: url('https://aynazebrahimi.ir/wp-content/themes/xstore/fonts/IRANSansWeb_UltraLight.woff2') format('woff2'),
       url('https://aynazebrahimi.ir/wp-content/themes/xstore/fonts/IRANSansWeb_UltraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

/* وزن Light */
@font-face {
  font-family: 'IRANSans';
  src: url('https://aynazebrahimi.ir/wp-content/themes/xstore/fonts/IRANSansWeb_Light.woff2') format('woff2'),
       url('https://aynazebrahimi.ir/wp-content/themes/xstore/fonts/IRANSansWeb_Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

/* وزن Medium */
@font-face {
  font-family: 'IRANSans';
  src: url('https://aynazebrahimi.ir/wp-content/themes/xstore/fonts/IRANSansWeb_Medium.woff2') format('woff2'),
       url('https://aynazebrahimi.ir/wp-content/themes/xstore/fonts/IRANSansWeb_Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

/* وزن Bold */
@font-face {
  font-family: 'IRANSans';
  src: url('https://aynazebrahimi.ir/wp-content/themes/xstore/fonts/IRANSansWeb_Bold.woff2') format('woff2'),
       url('https://aynazebrahimi.ir/wp-content/themes/xstore/fonts/IRANSansWeb_Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

/* وزن Black */
@font-face {
  font-family: 'IRANSans';
  src: url('https://aynazebrahimi.ir/wp-content/themes/xstore/fonts/IRANSansWeb_Black.woff2') format('woff2'),
       url('https://aynazebrahimi.ir/wp-content/themes/xstore/fonts/IRANSansWeb_Black.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

/* اعمال فونت به کل بدنه سایت */
body {
  font-family: 'IRANSans', sans-serif !important;
}
/* فونت منوی اصلی */
.main-navigation,
.menu,
.menu li a,
.header-wrapper nav a,
.et_menu--item a {
  font-family: 'IRANSans', sans-serif !important;
}
body, * {
  font-family: 'IRANSans', sans-serif !important;
}
