/*
 Theme Name:   ITUNIFY
 Theme URI:    https://en.itunify.ir/
 Description:  Child theme for Hello Elementor - ITUNIFY branding
 Author:       amir
 Author URI:   https://itunify.ir/
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  itunify
*/

/* ==============================================
   فونت پیش‌فرض PeydaWeb
   ============================================== */

@font-face {
    font-family: 'PeydaWeb';
    src: url('/wp-content/themes/ITUNIFY/assets/fonts/PeydaWeb-Regular.woff2') format('woff2'),
         url('/wp-content/themes/ITUNIFY/assets/fonts/PeydaWeb-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* اعمال فونت به همه المان‌ها */
* {
    font-family: 'PeydaWeb', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
    direction: ltr;
}

/* عنوان‌ها */
h1, h2, h3, h4, h5, h6,
.site-title,
.menu-item a,
button,
a.button,
.elementor-heading-title {
    font-weight: 500;
}