/*
Theme Name: Houzez Child
Template: houzez
Version: 1.0
*/
           
/*
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: (H7X2TORJ)  
---------------------------------------------------------------------
*/

/* =========================
   IranSansX FaNum WebFonts
   (اعداد فارسی در تمام وزن‌ها)
   ========================= */
@font-face{
  font-family: 'IranSansX';
  src: url('fonts/IRANSansXFaNum-Thin.woff2') format('woff2');
  font-weight: 100; font-style: normal; font-display: swap;
}
@font-face{
  font-family: 'IranSansX';
  src: url('fonts/IRANSansXFaNum-UltraLight.woff2') format('woff2');
  font-weight: 200; font-style: normal; font-display: swap;
}
@font-face{
  font-family: 'IranSansX';
  src: url('fonts/IRANSansXFaNum-Light.woff2') format('woff2');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face{
  font-family: 'IranSansX';
  src: url('fonts/IRANSansXFaNum-Regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face{
  font-family: 'IranSansX';
  src: url('fonts/IRANSansXFaNum-Medium.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face{
  font-family: 'IranSansX';
  src: url('fonts/IRANSansXFaNum-DemiBold.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face{
  font-family: 'IranSansX';
  src: url('fonts/IRANSansXFaNum-Bold.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face{
  font-family: 'IranSansX';
  src: url('fonts/IRANSansXFaNum-ExtraBold.woff2') format('woff2');
  font-weight: 800; font-style: normal; font-display: swap;
}
@font-face{
  font-family: 'IranSansX';
  src: url('fonts/IRANSansXFaNum-Black.woff2') format('woff2');
  font-weight: 900; font-style: normal; font-display: swap;
}
@font-face{
  font-family: 'IranSansX';
  src: url('fonts/IRANSansXFaNum-ExtraBlack.woff2') format('woff2');
  font-weight: 950; font-style: normal; font-display: swap;
}

/* =========================
   اعمال سراسری فونت
   ========================= */
html, body, * {
  font-family: 'IranSansX', sans-serif !important;
  -webkit-font-feature-settings: "ss01" 1;
  -moz-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1;
}

/* =========================
   جاهایی که باید اعداد لاتین بمانند
   ========================= */
.no-fanum, pre, code, kbd, samp, input, textarea, [contenteditable="true"] {
  font-feature-settings: normal;
}
