/**
 * IranSansX Font Face Definitions
 * Font files: IRANSansX-Regular.woff2, IRANSansX-Bold.woff2
 */

@font-face {
    font-family: 'IRANSansX';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('IRANSansX-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'IRANSansX';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('IRANSansX-Bold.woff2') format('woff2');
}

/* Utility classes */
.font-iransansx {
    font-family: 'IRANSansX', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.font-iransansx-bold {
    font-family: 'IRANSansX', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
}
