/* 
Theme Name: هلو المنتور چایلد
Theme URI: https://www.mihantheme.ir/
Description: Hello Elementor Child زیرپوسته‌ای از Hello Elementor است که برای ایجاد تغییرات سفارشی بدون دستکاری پوسته اصلی استفاده می‌شود. این پوسته سبک، سریع و مناسب توسعه‌دهندگان و طراحان وردپرس است.
Author: میهن تم
Author URI: https://www.mihantheme.ir/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* کدهای استایل سفارشی خود را اینجا قرار دهید. */

/* Thin */
@font-face {
  font-family: 'YekanBakh';
  src: url('fonts/YekanBakhFaNum-Thin.woff2') format('woff2'),
       url('fonts/YekanBakhFaNum-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Light */
@font-face {
  font-family: 'YekanBakh';
  src: url('fonts/YekanBakhFaNum-Light.woff2') format('woff2'),
       url('fonts/YekanBakhFaNum-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Regular */
@font-face {
  font-family: 'YekanBakh';
  src: url('fonts/YekanBakhFaNum-Regular.woff2') format('woff2'),
       url('fonts/YekanBakhFaNum-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* SemiBold */
@font-face {
  font-family: 'YekanBakh';
  src: url('fonts/YekanBakhFaNum-SemiBold.woff2') format('woff2'),
       url('fonts/YekanBakhFaNum-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'YekanBakh';
  src: url('fonts/YekanBakhFaNum-Bold.woff2') format('woff2'),
       url('fonts/YekanBakhFaNum-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ExtraBold */
@font-face {
  font-family: 'YekanBakh';
  src: url('fonts/YekanBakhFaNum-ExtraBold.woff2') format('woff2'),
       url('fonts/YekanBakhFaNum-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Black */
@font-face {
  font-family: 'YekanBakh';
  src: url('fonts/YekanBakhFaNum-Black.woff2') format('woff2'),
       url('fonts/YekanBakhFaNum-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ExtraBlack */
@font-face {
  font-family: 'YekanBakh';
  src: url('fonts/YekanBakhFaNum-ExtraBlack.woff2') format('woff2'),
       url('fonts/YekanBakhFaNum-ExtraBlack.woff') format('woff');
  font-weight: 950; /* بعضی فونت‌ها این وزن رو 950 یا همون UltraBlack می‌گیرن */
  font-style: normal;
  font-display: swap;
}


body, p, h1, h2, h3, h4, h5, h6 {
  font-family: 'YekanBakh', sans-serif;
}
body {
    background-color: #f6f6f9;
}
@media (prefers-reduced-motion: reduce) {
    /* اجازه بده Swiper همچنان از transition استفاده کنه */
    .swiper,
    .swiper *,
    .swiper-wrapper,
    .swiper-slide {
        transition-duration: 0.6s !important;
        transition-delay: 0s !important;
    }
}