/*
Theme Name: Hello Biz Child
Theme URI: https://github.com/elementor/hello-biz-child/
Description: Hello Biz Child is a child theme of Hello Biz, created by Elementor team
Author: Elementor Team
Template: hello-biz
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Version: 1.0.0
Stable tag: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-biz-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/

/* Add your custom styles here */

/* فونت 100 */
@font-face {
    font-family: 'Estedad';
    src: url('fonts/main/100s.p.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

/* فونت 200 */
@font-face {
    font-family: 'Estedad';
    src: url('fonts/main/200s.p.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}

/* فونت 300 */
@font-face {
    font-family: 'Estedad';
    src: url('fonts/main/300s.p.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

/* فونت 400 */
@font-face {
    font-family: 'Estedad';
    src: url('fonts/main/400s.p.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

/* فونت 500 */
@font-face {
    font-family: 'Estedad';
    src: url('fonts/main/500s.p.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

/* فونت 600 */
@font-face {
    font-family: 'Estedad';
    src: url('fonts/main/600s.p.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

/* فونت 700 */
@font-face {
    font-family: 'Estedad';
    src: url('fonts/main/700s.p.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

/* فونت 800 */
@font-face {
    font-family: 'Estedad';
    src: url('fonts/main/800s.p.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}

/* فونت 900 */
@font-face {
    font-family: 'Estedad';
    src: url('fonts/main/900s.p.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}



h1 {
    font-family: 'Estedad'!important;
    font-weight: 900; /* فونت 900 - ضخیم‌ترین */
}

/* تگ h2 */
h2 {
    font-family: 'Estedad'!important;
    font-weight: 800; /* فونت 800 */
}

/* تگ h3 */
h3 {
    font-family: 'Estedad'!important;
    font-weight: 700; /* فونت 700 */
}

/* تگ p */
p, ul, li, ol, a, .elementor-icon-list-text {
    font-family: 'Estedad'!important;
    font-weight: 400; /* فونت 400 */
}

/* تگ h4 */
h4 {
    font-family: 'Estedad'!important;
    font-weight: 500; /* فونت 500 */
}

/* تگ h5 */
h5 {
    font-family: 'Estedad'!important;
    font-weight: 600; /* فونت 600 */
}

/* تگ h6 */
h6 {
    font-family: 'Estedad'!important;
    font-weight: 300; /* فونت 300 */
}

/* تگ strong */
strong {
    font-family: 'Estedad'!important;
    font-weight: 700; /* فونت 200 */
}

/* تگ em */
em {
    font-family: 'Estedad'!important;
    font-weight: 100; /* فونت 100 - نازک‌ترین */
}