/*
Theme Name: Karynet Beta Child
Theme URI: https://elementor.com/hello-theme/
Template: karynetBeta
Author: Elementor Team
Author URI: https://elementor.com/
Description: Hello Elementor is a lightweight and minimalist WordPress theme...
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1728025139
Updated: 2024-10-04 10:28:59
*/

@font-face {
    font-family: 'Estedad';
    src: url('/wp-content/themes/karynetBeta-child/fonts/Estedad-FD-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Estedad';
    src: url('/wp-content/themes/karynetBeta-child/fonts/Estedad-FD-Black.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* ============================================
   اعمال فونت Estedad روی همه متن‌ها به جز آیکون‌ها
   ============================================ */
body,
body *:not(i):not(.fa):not(.fas):not(.far):not(.fab):not([class*="fa-"]) {
    font-family: 'Estedad', sans-serif !important;
}

/* بازگرداندن فونت پیش‌فرض Font Awesome برای آیکون‌ها */
i,
.fa,
.fas,
.far,
.fab,
[class*="fa-"] {
    font-family: 'Font Awesome 6 Free' !important;  /* برای Font Awesome 6 */
    /* اگر از Font Awesome 5 استفاده می‌کنید خط بالا را پاک کرده و خط زیر را فعال کنید */
    /* font-family: 'Font Awesome 5 Free' !important; */
    /* اگر از Font Awesome 4 استفاده می‌کنید خط زیر را فعال کنید */
    /* font-family: 'FontAwesome' !important; */
}