/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 * Theme URI:      http://Padsys%20Theme
 * Author URI:     http://Mina%20khabazian
 * Version:        1.02
 */
/* وزن معمولی - Regular (400) */
@font-face {
    font-family: 'IRANSansXFaNum';
    src: url('./fonts/IRANSansXFaNum-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* وزن متوسط - Medium (500) */
@font-face {
    font-family: 'IRANSansXFaNum';
    src: url('./fonts/IRANSansXFaNum-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* وزن ضخیم - Bold (700) */
@font-face {
    font-family: 'IRANSansXFaNum';
    src: url('./fonts/IRANSansXFaNum-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* اعمال فونت روی کل سایت */
body, h1, h2, h3, h4, h5, h6, p, a, span, div, li, label, input, button, select, textarea, .elementor-widget-container, .wd-nav-link {
    font-family: 'IRANSansXFaNum', sans-serif !important;
}
/* اعمال راست‌چین و جاستیفای روی تمام المان‌های متنی رایج */
body, p, span, div, a, li, td, th, label {
    direction: rtl !important;
    text-align: justify !important;
    text-justify: inter-word !important;
}

/* جلوگیری از جاستیفای شدن تیترها (چون تیترهای جاستیفای شده زشت می‌شوند) */
h1, h2, h3, h4, h5, h6 {
    text-align: right !important;
}