/* Comprehensive Font Definitions for Almas Express */

/* IRANSans Bold Font */
@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/IRANSansWeb(FaNum)_Bold.woff') format('woff'),
         url('../fonts/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}

/* IRANSans Regular Font (fallback) */
@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/IRANSansWeb(FaNum)_Bold.woff') format('woff'),
         url('../fonts/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}

/* IRANSans Light Font (fallback) */
@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/IRANSansWeb(FaNum)_Bold.woff') format('woff'),
         url('../fonts/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}

/* Global Font Settings */
* {
    font-family: 'IRANSans', 'IRANSansWeb(FaNum)', Tahoma, Arial, sans-serif;
}

/* Body Font Settings */
body {
    font-family: 'IRANSans', 'IRANSansWeb(FaNum)', Tahoma, Arial, sans-serif;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Heading Font Settings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'IRANSans', 'IRANSansWeb(FaNum)', Tahoma, Arial, sans-serif;
    font-weight: 700;
}

/* Mobile Optimizations */
@media screen and (max-width: 736px) {
    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;
    }
}

@media screen and (max-width: 480px) {
    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;
    }
}
