/*
Theme Name: Ayeneh VC
Theme URI: https://ayeneh.ir/
Author: تیم آینه
Description: Ayeneh VC – A multilingual glassmorphic WordPress theme with unified variable system.
Version: 1.2.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
Text Domain: ayeneh-vc
*/

/* 
نکته مهم: تمام متغیرهای رنگی و استایل‌های عمومی در فایل ayeneh-root.css قرار دارند.
این فایل عمدتاً برای تعریف فونت‌ها استفاده می‌شود.
*/

/* =========================================
   1. تعریف فونت وزیر (برای متن بدنه فارسی)
   ========================================= */
@font-face {
  font-family: 'Vazir';
  src: url('assets/fonts/Vazir/Vazir.eot');
  src: url('assets/fonts/Vazir/Vazir.eot?#iefix') format('embedded-opentype'),
       url('assets/fonts/Vazir/Vazir.woff2') format('woff2'),
       url('assets/fonts/Vazir/Vazir.woff') format('woff'),
       url('assets/fonts/Vazir/Vazir.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazir';
  src: url('assets/fonts/Vazir/Vazir-Bold.eot');
  src: url('assets/fonts/Vazir/Vazir-Bold.eot?#iefix') format('embedded-opentype'),
       url('assets/fonts/Vazir/Vazir-Bold.woff2') format('woff2'),
       url('assets/fonts/Vazir/Vazir-Bold.woff') format('woff'),
       url('assets/fonts/Vazir/Vazir-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazir';
  src: url('assets/fonts/Vazir/Vazir-Light.eot');
  src: url('assets/fonts/Vazir/Vazir-Light.eot?#iefix') format('embedded-opentype'),
       url('assets/fonts/Vazir/Vazir-Light.woff2') format('woff2'),
       url('assets/fonts/Vazir/Vazir-Light.woff') format('woff'),
       url('assets/fonts/Vazir/Vazir-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* =========================================
   2. تعریف فونت ساحل (برای تیترهای فارسی)
   ========================================= */
@font-face {
  font-family: 'Sahel';
  src: url('assets/fonts/Sahel/Sahel-FD.eot');
  src: url('assets/fonts/Sahel/Sahel-FD.eot?#iefix') format('embedded-opentype'),
       url('assets/fonts/Sahel/Sahel-FD.woff2') format('woff2'),
       url('assets/fonts/Sahel/Sahel-FD.woff') format('woff'),
       url('assets/fonts/Sahel/Sahel-FD.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sahel';
  src: url('assets/fonts/Sahel/Sahel-Bold-FD.eot');
  src: url('assets/fonts/Sahel/Sahel-Bold-FD.eot?#iefix') format('embedded-opentype'),
       url('assets/fonts/Sahel/Sahel-Bold-FD.woff2') format('woff2'),
       url('assets/fonts/Sahel/Sahel-Bold-FD.woff') format('woff'),
       url('assets/fonts/Sahel/Sahel-Bold-FD.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* استایل پایه برای تصاویر */
img {
    max-width: 100%;
    height: auto;
    display: block; /* حذف فاصله زیر عکس‌ها */
}

/* کلاس‌های کمکی برای وسط‌چین کردن */
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }
