/* 
Theme Name: Hello Child
Theme URI: https://elementor-site.ir/
Description: 
Author: Elementor Site
Author URI: https://elementor-site.ir/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

 @font-face {
    font-family: 'Liana';
    src: url('assets/fonts/Liana-FD-VF.woff2') format('woff2 supports variations'),
         url('assets/fonts/Liana-FD-VF.woff2') format('woff2-variations');
		     font-weight: 100 900; /* محدوده وزن‌های فونت */
    font-stretch: 75% 125%; /* اگر فونت قابلیت کشش دارد */
    font-style: normal;
    font-display: swap; /* برای بهبود عملکرد بارگذاری */
}

/* اعمال فونت به کل سایت */
body {
    font-family: 'Liana', sans-serif !important;
}

/* اعمال فونت به عناوین */
h1, h2, h3, h4, h5, h6, p, div, button, ul, ol, select, input, a {
    font-family: 'Liana', sans-serif !important;
}

/* مثال استفاده از ویژگی‌های متغیر مختلف */
.bold-text {
    font-variation-settings: 'wght' 800;
}

.light-text {
    font-variation-settings: 'wght' 300;
}

.condensed-text {
    font-variation-settings: 'wdth' 75;
}

.expanded-text {
    font-variation-settings: 'wdth' 125;
}