@font-face {
    font-family: 'Vazirmatn';
    src: url(fonts/Vazir.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* فونت فقط برای متن‌های فارسی - نه برای آیکون‌ها */
html[dir="rtl"] body {
    font-family: 'Vazirmatn', sans-serif;
}

/* فونت برای حالت LTR (انگلیسی) */
html[dir="ltr"] body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', sans-serif;
}

/* استایل‌های مشترک برای همه زبان‌ها */
body {
    background-color: #f9fafb;  
    color: #111827;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 1.6;
}

/* محافظت از آیکون‌های فونت‌آوسام */
.fas, .far, .fab, .fa {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
}

/* استایل‌های اضافی برای انگلیسی */
html[dir="ltr"] body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
    text-align: left;
}

/* استایل‌های اضافی برای فارسی */
html[dir="rtl"] body {
    font-family: 'Vazirmatn', sans-serif;
    text-align: right;
}

/* برای عناصر خاص انگلیسی */
.english-text,
[lang="en"] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif !important;
    direction: ltr !important;
    text-align: left !important;
}