﻿/*================================ttf================================*/
@font-face {
    font-family: 'AvenirLTStd-Heavy';
    src: url('AvenirLTStd-Heavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*================================woff2================================*/
@font-face {
    font-family: 'AvenirLTStd-Heavy';
    src: url('AvenirLTStd-Heavy.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirLTStd-Light';
    src: url('AvenirLTStd-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirLTStd-Medium';
    src: url('AvenirLTStd-Medium.woff2') format('woff2');
    font-weight:900;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirLTStd-MediumOblique';
    src: url('AvenirLTStd-MediumOblique.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
/*================================================================*/


/*

@font-face {
    font-family: 'Shabnam-Bold-FD';
    src: url('Shabnam-Bold-FD.eot') format('embedded-opentype');
}



@font-face {
    font-family: 'Shabnam-Bold-FD';
    src: url('Shabnam-Bold-FD.woff') format('woff');
}

/*============================= Shabnam ================================*/
/* Regular */
@font-face {
    font-family: 'Shabnam';
    src: url('Shabnam.woff2') format('woff2'),
         url('Shabnam.woff') format('woff'),
         url('Shabnam.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Thin (200) */
@font-face {
    font-family: 'Shabnam';
    src: url('Shabnam-Thin.woff2') format('woff2'),
         url('Shabnam-Thin.woff') format('woff'),
         url('Shabnam-Thin.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Light (300) */
@font-face {
    font-family: 'Shabnam';
    src: url('Shabnam-Light.woff2') format('woff2'),
         url('Shabnam-Light.woff') format('woff'),
         url('Shabnam-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Medium (500) */
@font-face {
    font-family: 'Shabnam';
    src: url('Shabnam-Medium.woff2') format('woff2'),
         url('Shabnam-Medium.woff') format('woff'),
         url('Shabnam-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Bold (700) */
@font-face {
    font-family: 'Shabnam';
    src: url('Shabnam-Bold.woff2') format('woff2'),
         url('Shabnam-Bold.woff') format('woff'),
         url('Shabnam-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/*================================================================*/