/*
 Theme Name:   پوسته فرزند قالب Aigency
 Description:   قالب شرکتی استارتاپ و هوش مصنوعی Aigency + اپلیکیشن اختصاصی - طراحی و توسعه توسط وردپرس تیم.
 Theme URI:	   https://www.rtl-theme.com/author/ariannamdar/products/
 Author:       وردپرس تیم
 Author URI:   https://www.rtl-theme.com/author/ariannamdar/products/
 Template:     aigency
 Version:      1.0.0
 License: GNU  General Public License version 3.0
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  aigency-child
*/

/* =Theme customization starts here
------------------------------------------------------- */
/* ==========================================================================
   Persian Fonts from Customizer
   ========================================================================== */

:root {
    --font-body:    <?php echo esc_attr(get_theme_mod('body_font', 'IRANSans')); ?>;
    --font-headings: <?php echo esc_attr(get_theme_mod('headings_font', 'Dana')); ?>;
    --body-size:    <?php echo esc_attr(get_theme_mod('body_font_size', '16')); ?>px;
}

body,
p, li, .entry-content, .comment-content,
input, textarea, select, button {
    font-family: var(--font-body), IRANSans, Tahoma, Arial, sans-serif;
    font-size: var(--body-size);
    line-height: 1.75;
}

h1, h2, h3, h4, h5, h6,
.site-title, .widget-title, .page-title,
.entry-title, .archive-title {
    font-family: var(--font-headings), IRANSans, Tahoma, Arial, sans-serif;
    font-weight: 700;
}
