/* 
Theme Name: Hello Child
Theme URI: https://elementor-site.ir/
Description: 
Author: Elementor Site
Author URI: https://elementor-site.ir/
Template: hello-elementor
Version: 1.0.1
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
*/

 /*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com/hello-elementor-child
 Description:  یک چایلد‌ تم ساده برای Hello Elementor با پشتیبانی از RTL
 Author:       نام شما یا شرکت
 Author URI:   https://example.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* —————————————————————————— */
/*  وارد کردن استایل قالب پدر */
/* —————————————————————————— */
@import url("../hello-elementor/style.css");

/* در اینجا می‌توانید استایل‌های دلخواه خود را اضافه کنید */

@font-face {
    font-family: 'Aria';
    font-style: normal;
    font-weight: 100; /* Light */
    font-display: swap;
    src: url('fonts/woff2/AriaWeb-Light.woff2') format('woff2'),
         url('fonts/woff/AriaWeb-Light.woff') format('woff'),
         url('fonts/eot/AriaWeb-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/eot/AriaWeb-Light.eot');
}

@font-face {
    font-family: 'Aria';
    font-style: normal;
    font-weight: 400; /* Regular */
    font-display: swap;
    src: url('fonts/woff2/AriaWeb-Regular.woff2') format('woff2'),
         url('fonts/woff/AriaWeb-Regular.woff') format('woff'),
         url('fonts/eot/AriaWeb-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/eot/AriaWeb-Regular.eot');
}

@font-face {
    font-family: 'Aria';
    font-style: normal;
    font-weight: 500; /* Medium */
    font-display: swap;
    src: url('fonts/woff2/AriaWeb-Normal.woff2') format('woff2'),
         url('fonts/woff/AriaWeb-Normal.woff') format('woff'),
         url('fonts/eot/AriaWeb-Normal.eot?#iefix') format('embedded-opentype'),
         url('fonts/eot/AriaWeb-Normal.eot');
}

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

@font-face {
    font-family: 'Aria';
    font-style: normal;
    font-weight: 800; /* UltraBold */
    font-display: swap;
    src: url('fonts/woff2/AriaWeb-UltraBold.woff2') format('woff2'),
         url('fonts/woff/AriaWeb-UltraBold.woff') format('woff'),
         url('fonts/eot/AriaWeb-UltraBold.eot?#iefix') format('embedded-opentype'),
         url('fonts/eot/AriaWeb-UltraBold.eot');
}

/* Apply Aria font to body and headings */
body, div, p, a, h1, h2, h3, h4, h5, h6, span {
    font-family: 'Aria', sans-serif !important;
}




/* ===== اعمال Anti-Aliasing به تمام المان‌های سایت ===== */
/* این کد روی بدنه اصلی سایت اعمال می‌شود و به تمام فرزندان آن سرایت می‌کند */
html,
body,
*,
*::before,
*::after {
  /* برای مرورگرهای مبتنی بر WebKit (Safari, Chrome, Edge جدید) */
  -webkit-font-smoothing: antialiased;
  
  /* برای فایرفاکس در سیستم عامل مک (macOS) */
  -moz-osx-font-smoothing: grayscale;
  
  /* ویژگی استاندارد (اختیاری) */
  font-smooth: antialiased;
}

/* ===== اعمال مجدد برای المنتور و ووکامرس ===== */
/* این بخش تضمین می‌کند که کلاس‌های اختصاصی المنتور و ووکامرس نیز تحت پوشش قرار گیرند */

/* المنتور */
.elementor *,
.elementor-widget *,
.elementor-text-editor,
.elementor-heading-title,
.elementor-button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ووکامرس */
.woocommerce *,
.woocommerce-page *,
.product,
.woocommerce-product-details__short-description,
.price,
.woocommerce-breadcrumb,
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ===== بهینه‌سازی متن‌های خاص ===== */
/* این بخش برای بهبود خوانایی متن‌های پاراگراف و هدرهاست */
p, h1, h2, h3, h4, h5, h6, a, span, li, div, button, input, textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Woocommerce loop product  title */
.elementor .e-lazyloaded .elementor-grid .woocommerce-loop-product__title{
	color:#ded1d1 !important;
}