/* تعریف فونت Anjoman با وزن Thin */
@font-face {
    font-family: 'AnjomanMax';
    src: url('../fonts/eot/AnjomanMax-Thin.eot');
    src: url('../fonts/eot/AnjomanMax-Thin.eot?#iefix') format('embedded-opentype'),
         url('../fonts/woff2/AnjomanMax-Thin.woff2') format('woff2'),
         url('../fonts/woff/AnjomanMax-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* تعریف فونت Anjoman با وزن Light */
@font-face {
    font-family: 'AnjomanMax';
    src: url('../fonts/eot/AnjomanMax-Light.eot');
    src: url('../fonts/eot/AnjomanMax-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/woff2/AnjomanMax-Light.woff2') format('woff2'),
         url('../fonts/woff/AnjomanMax-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* تعریف فونت Anjoman با وزن Regular */
@font-face {
    font-family: 'AnjomanMax';
    src: url('../fonts/eot/AnjomanMax-Regular.eot');
    src: url('../fonts/eot/AnjomanMax-Regular?#iefix') format('embedded-opentype'),
         url('../fonts/woff2/AnjomanMax-Regular.woff2') format('woff2'),
         url('../fonts/woff/AnjomanMax-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* تعریف فونت Anjoman با وزن Medium */
@font-face {
    font-family: 'AnjomanMax';
    src: url('../fonts/eot/AnjomanMax-Medium.eot');
    src: url('../fonts/eot/AnjomanMax-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/woff2/AnjomanMax-Medium.woff2') format('woff2'),
         url('../fonts/woff/AnjomanMax-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* تعریف فونت Anjoman با وزن Bold */
@font-face {
    font-family: 'AnjomanMax';
    src: url('../fonts/eot/AnjomanMax-SemiBold.eot');
    src: url('../fonts/eot/AnjomanMax-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/woff2/AnjomanMax-SemiBold.woff2') format('woff2'),
         url('../fonts/woff/AnjomanMax-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* تعریف فونت Anjoman با وزن ExtraBold */
@font-face {
    font-family: 'AnjomanMax';
    src: url('../fonts/eot/AnjomanMax-Bold.eot');
    src: url('../fonts/eot/AnjomanMax-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/woff2/AnjomanMax-Bold.woff2') format('woff2'),
         url('../fonts/woff/AnjomanMax-Bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}