@font-face {
    font-family: 'Futura Md BT';
    src: url('FuturaBT-Medium.woff2') format('woff2'),
        url('FuturaBT-Medium.woff') format('woff'),
        url('FuturaLT.eot') format('eot'),
        url('futura-medium-bt.ttf') format('ttf');
    font-weight: 500;
    font-style: normal;	
	font-display: swap; 
}

@font-face {
    font-family: 'Futura';
    src: url('Futura-Bold.woff2') format('woff2'),
        url('Futura-Bold.woff') format('woff'),
        url('FuturaLT-Bold.eot') format('eot'),
        url('futur.ttf') format('ttf');
    font-weight: 700;
    font-style: normal;
	font-display: swap; 
}

@font-face {
    font-family: 'Futura LtCn BT';
    src: url('FuturaBT-LightCondensed.woff2') format('woff2'),
        url('FuturaBT-LightCondensed.woff') format('woff'),
        url('FuturaLT-Book.eot') format('eot'),
        url('Futura-Book-font.ttf') format('ttf');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Futura Lt BT';
    src: url('FuturaBT-Light.woff2') format('woff2'),
        url('FuturaBT-Light.woff') format('woff'),
        url('FuturaLT-Light.eot') format('eot'),
        url('futura-light-bt.ttf') format('ttf');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}

