/**/

/*
========================================================================================================================
---------------------------------------------------- Font Shabnam ------------------------------------------------------
========================================================================================================================
*/

/* Light */

@font-face {
    font-family: 'Shabnam-Light';
    src: url('../fonts/shabnam/Shabnam-Light.woff2') format('woff2'),
    url('../fonts/shabnam/Shabnam-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/* Regular (فونت اصلی) */

@font-face {
    font-family: 'Shabnam-Regular';
    src: url('../fonts/shabnam/Shabnam.woff2') format('woff2'),
    url('../fonts/shabnam/Shabnam.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/* Medium */

@font-face {
    font-family: 'Shabnam-Medium';
    src: url('../fonts/shabnam/Shabnam-Medium.woff2') format('woff2'),
    url('../fonts/shabnam/Shabnam-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


/* Bold */

@font-face {
    font-family: 'Shabnam-Bold';
    src: url('../fonts/shabnam/Shabnam-Bold.woff2') format('woff2'),
    url('../fonts/shabnam/Shabnam-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/*

 --font-primary: "Shabnam-Regular", Vazir, sans-serif;
    --font-secondary-medium: "Shabnam-Medium", Vazir, sans-serif;
    --font-secondary-bold: "Shabnam-Bold", Vazir, sans-serif;


*/
/*
========================================================================================================================
--------------------------------------------------- Font Iran Yekan ----------------------------------------------------
========================================================================================================================
*/



/* Light */

@font-face {
    font-family: 'Qs_Iranyekan-light';
    src: url('../fonts/IranYekan/Qs_Iranyekan light.ttf') format('ttf');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/* Regular */

@font-face {
    font-family: 'Qs_Iranyekan';
    src: url('../fonts/IranYekan/Qs_Iranyekan.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Medium */

@font-face {
    font-family: 'Qs_Iranyekan-medium';
    src: url('../fonts/IranYekan/Qs_Iranyekan medium.ttf') format('ttf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Bold */

@font-face {
    font-family: 'Qs_Iranyekan-bold';
    src: url('../fonts/IranYekan/Qs_Iranyekan bold.ttf') format('ttf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}




/*
========================================================================================================================
--------------------------------------------------- Font Inter ---------------------------------------------------------
========================================================================================================================
*/


/* Light */

@font-face {
    font-family: 'Inter-Light';
    src: url('../fonts/inter/Inter_18pt-Light.ttf') format('ttf');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



/* Regular */

@font-face {
    font-family: 'Inter-Regular';
    src: url('../fonts/inter/Inter_18pt-Regular.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/* Medium */

@font-face {
    font-family: 'Inter-Medium';
    src: url('../fonts/inter/Inter_18pt-Medium.ttf') format('ttf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


/* Bold */

@font-face {
    font-family: 'Inter-Bold';
    src: url('../fonts/inter/Inter_24pt-Bold.ttf') format('ttf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
