/* IRANSans Font Definitions */

@font-face {
    font-family: 'IRANSans';
    src: url('../font/IRANSans/woff2/IRANSansWeb.woff2') format('woff2'),
         url('../font/IRANSans/woff/IRANSansWeb.woff') format('woff'),
         url('../font/IRANSans/ttf/IRANSansWeb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-display: fallback;
}

@font-face {
    font-family: 'IRANSans';
    src: url('../font/IRANSans/woff2/IRANSansWeb_Bold.woff2') format('woff2'),
         url('../font/IRANSans/woff/IRANSansWeb_Bold.woff') format('woff'),
         url('../font/IRANSans/ttf/IRANSansWeb_Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSans';
    src: url('../font/IRANSans/woff2/IRANSansWeb_Light.woff2') format('woff2'),
         url('../font/IRANSans/woff/IRANSansWeb_Light.woff') format('woff'),
         url('../font/IRANSans/ttf/IRANSansWeb_Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSans';
    src: url('../font/IRANSans/woff2/IRANSansWeb_Medium.woff2') format('woff2'),
         url('../font/IRANSans/woff/IRANSansWeb_Medium.woff') format('woff'),
         url('../font/IRANSans/ttf/IRANSansWeb_Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSans';
    src: url('../font/IRANSans/woff2/IRANSansWeb_Black.woff2') format('woff2'),
         url('../font/IRANSans/woff/IRANSansWeb_Black.woff') format('woff'),
         url('../font/IRANSans/ttf/IRANSansWeb_Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSans';
    src: url('../font/IRANSans/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'),
         url('../font/IRANSans/woff/IRANSansWeb_UltraLight.woff') format('woff'),
         url('../font/IRANSans/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Font Loading Optimization */
.font-loading {
    font-display: swap;
}

/* Base Font Settings */
body {
    font-family: 'IRANSans', 'Tahoma', 'Arial', sans-serif;
}

/* Font Weight Utilities */
.font-light {
    font-weight: 300 !important;
}

.font-normal {
    font-weight: normal !important;
}

.font-medium {
    font-weight: 500 !important;
}

.font-bold {
    font-weight: bold !important;
}

.font-black {
    font-weight: 900 !important;
}

.font-ultralight {
    font-weight: 200 !important;
} 