/**
 * IRANSansX Font Face Definitions
 */

/* Thin */
@font-face {
    font-family: 'IRANSansX';
    font-style: normal;
    font-weight: 100;
    src: url('IRANSansX-Thin.ttf') format('truetype');
    font-display: swap;
}

/* UltraLight */
@font-face {
    font-family: 'IRANSansX';
    font-style: normal;
    font-weight: 200;
    src: url('IRANSansX-UltraLight.ttf') format('truetype');
    font-display: swap;
}

/* Light */
@font-face {
    font-family: 'IRANSansX';
    font-style: normal;
    font-weight: 300;
    src: url('IRANSansX-Light.ttf') format('truetype');
    font-display: swap;
}

/* Regular/Normal */
@font-face {
    font-family: 'IRANSansX';
    font-style: normal;
    font-weight: 400;
    src: url('IRANSansX-Regular.ttf') format('truetype');
    font-display: swap;
}

/* Medium */
@font-face {
    font-family: 'IRANSansX';
    font-style: normal;
    font-weight: 500;
    src: url('IRANSansX-Medium.ttf') format('truetype');
    font-display: swap;
}

/* DemiBold */
@font-face {
    font-family: 'IRANSansX';
    font-style: normal;
    font-weight: 600;
    src: url('IRANSansX-DemiBold.ttf') format('truetype');
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: 'IRANSansX';
    font-style: normal;
    font-weight: 700;
    src: url('IRANSansX-Bold.ttf') format('truetype');
    font-display: swap;
}

/* ExtraBold */
@font-face {
    font-family: 'IRANSansX';
    font-style: normal;
    font-weight: 800;
    src: url('IRANSansX-ExtraBold.ttf') format('truetype');
    font-display: swap;
}

/* Black */
@font-face {
    font-family: 'IRANSansX';
    font-style: normal;
    font-weight: 900;
    src: url('IRANSansX-Black.ttf') format('truetype');
    font-display: swap;
}
