/* فونت IRANSansX با تمام وزن‌ها و مسیر واقعی شما */

@font-face {
    font-family: 'IRANSansX';
    font-style: normal;
    font-weight: 100;
    src: url("{% static 'fonts/woff2/IRANSansX-Thin.woff2' %}") format('woff2'),
         url("{% static 'fonts/woff/IRANSansX-Thin.woff' %}") format('woff');
}

@font-face {
    font-family: 'IRANSansX';
    font-style: normal;
    font-weight: 200;
    src: url("{% static 'fonts/woff2/IRANSansX-UltraLight.woff2' %}") format('woff2'),
         url("{% static 'fonts/woff/IRANSansX-UltraLight.woff' %}") format('woff');
}

@font-face {
    font-family: 'IRANSansX';
    font-style: normal;
    font-weight: 300;
    src: url("{% static 'fonts/woff2/IRANSansX-Light.woff2' %}") format('woff2'),
         url("{% static 'fonts/woff/IRANSansX-Light.woff' %}") format('woff');
}

@font-face {
    font-family: 'IRANSansX';
    font-style: normal;
    font-weight: 500;
    src: url("{% static 'fonts/woff2/IRANSansX-Medium.woff2' %}") format('woff2'),
         url("{% static 'fonts/woff/IRANSansX-Medium.woff' %}") format('woff');
}

@font-face {
    font-family: 'IRANSansX';
    font-style: normal;
    font-weight: 600;
    src: url("{% static 'fonts/woff2/IRANSansX-DemiBold.woff2' %}") format('woff2'),
         url("{% static 'fonts/woff/IRANSansX-DemiBold.woff' %}") format('woff');
}

@font-face {
    font-family: 'IRANSansX';
    font-style: normal;
    font-weight: 700;
    src: url("{% static 'fonts/woff2/IRANSansX-Bold.woff2' %}") format('woff2'),
         url("{% static 'fonts/woff/IRANSansX-Bold.woff' %}") format('woff');
}

@font-face {
    font-family: 'IRANSansX';
    font-style: normal;
    font-weight: 800;
    src: url("{% static 'fonts/woff2/IRANSansX-ExtraBold.woff2' %}") format('woff2'),
         url("{% static 'fonts/woff/IRANSansX-ExtraBold.woff' %}") format('woff');
}

@font-face {
    font-family: 'IRANSansX';
    font-style: normal;
    font-weight: 900;
    src: url("{% static 'fonts/woff2/IRANSansX-Black.woff2' %}") format('woff2'),
         url("{% static 'fonts/woff/IRANSansX-Black.woff' %}") format('woff');
}

@font-face {
    font-family: 'IRANSansX';
    font-style: normal;
    font-weight: 950;
    src: url("{% static 'fonts/woff2/IRANSansX-ExtraBlack.woff2' %}") format('woff2'),
         url("{% static 'fonts/woff/IRANSansX-ExtraBlack.woff' %}") format('woff');
}

@font-face {
    font-family: 'IRANSansX';
    font-style: normal;
    font-weight: 1000;
    src: url("{% static 'fonts/woff2/IRANSansX-Heavy.woff2' %}") format('woff2'),
         url("{% static 'fonts/woff/IRANSansX-Heavy.woff' %}") format('woff');
}

@font-face {
    font-family: 'IRANSansX';
    font-style: normal;
    font-weight: normal;
    src: url("{% static 'fonts/woff2/IRANSansX-Regular.woff2' %}") format('woff2'),
         url("{% static 'fonts/woff/IRANSansX-Regular.woff' %}") format('woff');
}
