/*
Theme Name: NIKVAN
Theme URI: AVONLINECO.COM
Author: AVONLINE
Author URI: https://AVONLINECO.COM
Description: clean and modern CAR design. 
Version: 1
Text Domain: adsett
Tags: architect, architecture, building, construction, decor, estate, furniture, house, house design, interior, interior design, photography, property, real estate, showcase 
*/


/* ==========================================================================
   Custom Fonts Setup - شروع کدهای فونت سفارشی
   ========================================================================== */

/*
 * 1. تعریف خانواده فونت‌ها (Font Faces)
 * -------------------------------------------------------------------------- */

/* --- تعریف فونت Designer برای انگلیسی --- */
@font-face {
  font-family: 'Designer';
  src: url('fonts/designer-webfont.woff2') format('woff2'),
       url('fonts/designer-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* --- تعریف فونت Designer فقط برای اعداد (روش بهینه) --- */
@font-face {
  font-family: 'NumbersFont'; /* یک نام دلخواه برای فونت اعداد */
  src: url('fonts/designer-webfont.woff2') format('woff2'),
       url('fonts/designer-webfont.woff') format('woff');
  unicode-range: U+0030-0039; /* محدوده یونیکد فقط برای اعداد 0 تا 9 */
}

/* --- تعریف وزن‌های مختلف فونت Modam برای فارسی --- */
/* Modam Regular (وزن عادی) */
@font-face {
  font-family: 'Modam';
  src: url('fonts/modam-regular-webfont.woff2') format('woff2'),
       url('fonts/modam-regular-webfont.woff') format('woff');
  font-weight: 400; /* Normal */
  font-style: normal;
  font-display: swap;
}

/* Modam Bold (وزن ضخیم) */
@font-face {
  font-family: 'Modam';
  src: url('fonts/modam-bold-webfont.woff2') format('woff2'),
       url('fonts/modam-bold-webfont.woff') format('woff');
  font-weight: 700; /* Bold */
  font-style: normal;
  font-display: swap;
}

/* در صورت نیاز، باقی وزن‌ها را هم به همین شکل اضافه کنید (light: 300, medium: 500, black: 900) */


/*
 * 2. اعمال فونت‌ها به بخش‌های مختلف سایت
 * -------------------------------------------------------------------------- */

body, html, p, a, li, span, input, textarea, button, h1, h2, h3, h4, h5, h6 {
  /*
   ترتیب: ابتدا مدام برای فارسی، سپس فونت اعداد فقط برای اعداد،
   سپس دیزاینر برای حروف انگلیسی و در نهایت فونت پیش‌فرض مرورگر.
  */
  font-family: 'Modam', 'NumbersFont', 'Designer', sans-serif !important;
}

/* وزن پیش‌فرض متن‌های عادی */
body {
    font-weight: 400; /* Regular */
}

/* وزن پیش‌فرض تیترها و متن‌های ضخیم */
h1, h2, h3, h4, h5, h6, strong, b {
    font-weight: 700; /* Bold */
}

/* کلاس کمکی برای اعمال فونت انگلیسی به صورت دستی */
.english-title {
  font-family: 'Designer', sans-serif !important;
}


/* رفع مشکل فونت برای یک بخش خاص */
.elementor-post__title a {
    font-family: 'Modam', 'NumbersFont', 'Designer', sans-serif !important;
}