/* IRANSans — Persian (Farsi) font
 * Font files: ../fonts/iransans/
 * Load this stylesheet only on Persian-language pages (lang="fa").
 */

@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/iransans/IRANSansWeb_UltraLight.woff2') format('woff2'),
         url('../fonts/iransans/IRANSansWeb_UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/iransans/IRANSansWeb_Light.woff2') format('woff2'),
         url('../fonts/iransans/IRANSansWeb_Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/iransans/IRANSansWeb_Regular.woff2') format('woff2'),
         url('../fonts/iransans/IRANSansWeb_Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/iransans/IRANSansWeb_Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


/* Apply IRANSans to all Persian content */

body,
button,
input,
select,
textarea,
h1, h2, h3, h4, h5, h6,
div, span, p, a, label,
b, strong, th, td, li {
    font-family: 'IRANSans', system-ui, -apple-system, sans-serif !important;
}

.h-nav ul li .slider-toggle,
.h-nav ul li a {
    font-family: 'IRANSans', system-ui, -apple-system, sans-serif !important;
}
