﻿@supports (font-variation-settings: normal) {
    @font-face {
        font-family: 'IRANSansX';
        src: url('./IRANSansXV.woff2') format('woff2-variations'), url('./IRANSansXV.woff2') format('woff2'), url('./IRANSansXV.woff') format('woff'), url('./IRANSansXVF.ttf') format('truetype');
        font-weight: 100 900; /* full range */
        font-display: swap;
    }
}

/* Static fonts (fallback for browsers without variable font support) */
@supports not (font-variation-settings: normal) {
    @font-face {
        font-family: 'IRANSansX';
        src: url('./IRANSansX-Regular.woff2') format('woff2'), url('./IRANSansX-Regular.woff') format('woff');
        font-weight: 400;
        font-display: swap;
    }

    @font-face {
        font-family: 'IRANSansX';
        src: url('./IRANSansX-Bold.woff2') format('woff2'), url('./IRANSansX-Bold.woff') format('woff');
        font-weight: 700;
        font-display: swap;
    }
}
