/**
 * فونت‌های قالب لاله‌زار آنلاین v2
 * 
 * @package LZTheme_V2
 */

/**
 * IRANSansX - فونت اصلی فارسی
 * می‌توانید فونت را از منابع زیر دریافت کنید:
 * - https://github.com/rastikerdar/iran-sans-x
 */

/* اگر فونت را در پوشه assets/fonts قرار دادید، از کد زیر استفاده کنید */
/*
@font-face {
    font-family: 'IRANSansX';
    src: url('../fonts/IRANSansX-Regular.woff2') format('woff2'),
         url('../fonts/IRANSansX-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansX';
    src: url('../fonts/IRANSansX-Medium.woff2') format('woff2'),
         url('../fonts/IRANSansX-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansX';
    src: url('../fonts/IRANSansX-DemiBold.woff2') format('woff2'),
         url('../fonts/IRANSansX-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansX';
    src: url('../fonts/IRANSansX-Bold.woff2') format('woff2'),
         url('../fonts/IRANSansX-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
*/

/**
 * بارگذاری از CDN (موقت - تا زمان آپلود فونت‌ها)
 */
/* @import url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/Vazirmatn-font-face.css'); */

/* استفاده موقت از Vazirmatn تا IRANSansX آماده شود */
body {
    font-family: 'Vazirmatn', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/**
 * Google Fonts برای متن‌های انگلیسی
 */
/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Roboto:wght@500;700&display=swap'); */

/* متغیرهای فونت */
:root {
    --font-primary: 'Vazirmatn', 'IRANSansX', 'Open Sans', Arial, sans-serif;
    --font-headings: 'Vazirmatn', 'IRANSansX', 'Roboto', sans-serif;
}

