/*
 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;
}