/* Persian Fonts */

/* Vazirmatn Font */
@font-face {
    font-family: 'Vazirmatn';
    src: url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/fonts/webfonts/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/fonts/webfonts/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/fonts/webfonts/Vazirmatn-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Sahel Font */
@font-face {
    font-family: 'Sahel';
    src: url('https://cdn.jsdelivr.net/gh/rastikerdar/sahel-font@v3.4.0/dist/Sahel.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sahel';
    src: url('https://cdn.jsdelivr.net/gh/rastikerdar/sahel-font@v3.4.0/dist/Sahel-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Alternative Google Font import */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@400;500;700&display=swap');

/* Fallback Font */
.fallback-font {
    font-family: 'Noto Sans Arabic', Tahoma, Arial, sans-serif;
}

/* تنظیمات اصلی فونت */
html, body {
    font-family: 'Vazirmatn', 'Sahel', Tahoma, Arial, sans-serif !important;
}

/* تنظیمات عنوان */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Sahel', 'Vazirmatn', Tahoma, Arial, sans-serif !important;
    font-weight: 700;
}

/* تنظیمات راست به چپ */
.rtl {
    direction: rtl;
}

/* اصلاح فاصله‌گذاری فونت‌ها */
.text-justify {
    text-align: justify;
}

/* اعداد فارسی */
.persian-number {
    font-feature-settings: "tnum";
} 