@font-face {
    font-family: 'i';
    src: url('IRANSansXFaNum-Regular.woff2') format('woff2');
    font-weight: 400; /* وزن معمولی */
    font-style: normal;
    font-display: swap; /* بهبود نمایش در حین بارگذاری */
}

/* وزن Black (سیاه/ضخیم) - معمولاً 900 */
@font-face {
    font-family: 'i';
    src: url('IRANSansXFaNum-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* وزن UltraLight (نور شدید) - معمولاً 200 یا 100 */
@font-face {
    font-family: 'i';
    src: url('IRANSansXFaNum-UltraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* وزن Thin (نازک) - معمولاً 100 */
@font-face {
    font-family: 'i';
    src: url('IRANSansXFaNum-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}