/* بهبود نمایش متن فارسی در موبایل */
/* Persian Text Mobile Optimization */

/* تنظیمات کلی برای متن فارسی */
body, input, select, textarea, p, div, span, li, h1, h2, h3, h4, h5, h6 {
    font-family: 'IRANSans', 'IRANSansWeb(FaNum)', Tahoma, Arial, sans-serif !important;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    letter-spacing: normal;
}

/* بهبود نمایش در موبایل */
@media screen and (max-width: 736px) {
    body, input, select, textarea {
        font-size: 1rem;
        line-height: 1.8;
        font-weight: 600;
    }
    
    p, div, span, li {
        line-height: 1.8;
        margin-bottom: 0.8em;
    }
    
    h1, h2, h3, h4, h5, h6 {
        line-height: 1.4;
        margin-bottom: 0.8em;
    }
    
    /* بهبود فاصله بین حروف در عناوین */
    h1 { letter-spacing: 0.1rem; }
    h2 { letter-spacing: 0.1rem; }
    h3 { letter-spacing: 0.05rem; }
}

@media screen and (max-width: 480px) {
    body, input, select, textarea {
        font-size: 0.95rem;
        line-height: 1.9;
    }
    
    p, div, span, li {
        line-height: 1.9;
        margin-bottom: 0.7em;
    }
    
    h1, h2, h3, h4, h5, h6 {
        line-height: 1.3;
        margin-bottom: 0.7em;
    }
    
    /* بهبود فاصله بین حروف در عناوین */
    h1 { letter-spacing: 0.05rem; }
    h2 { letter-spacing: 0.05rem; }
    h3 { letter-spacing: 0.02rem; }
}

/* بهبود نمایش متن فارسی در محتوای اصلی */
#work div, #intro div, #about div, #contact div {
    font-family: 'IRANSans', 'IRANSansWeb(FaNum)', Tahoma, Arial, sans-serif !important;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* بهبود نمایش لیست‌ها */
ul, ol {
    font-family: 'IRANSans', 'IRANSansWeb(FaNum)', Tahoma, Arial, sans-serif !important;
}

/* بهبود نمایش لینک‌ها */
a {
    font-family: 'IRANSans', 'IRANSansWeb(FaNum)', Tahoma, Arial, sans-serif !important;
}

/* بهبود نمایش دکمه‌ها */
button, .button {
    font-family: 'IRANSans', 'IRANSansWeb(FaNum)', Tahoma, Arial, sans-serif !important;
}
