@font-face {
    font-family: 'Futura';
	font-weight: 800;
    font-style: normal;
	font-display: swap;
    src: local('Futura PT Extra Bold'),
         url('../fonts/futuraptextrabold.woff2') format('woff2'),
         url('../fonts/futuraptextrabold.woff') format('woff');
}
@font-face {
    font-family: 'Futura';
	font-weight: 700;
    font-style: normal;
	font-display: swap;
    src: local('Futura PT Bold'),
         url('../fonts/futuraptbold.woff2') format('woff2'),
         url('../fonts/futuraptbold.woff') format('woff');
}
@font-face {
    font-family: 'Futura';
	font-weight: 500;
    font-style: normal;
	font-display: swap;
    src: local('Futura PT Medium'),
         url('../fonts/futuraptmedium.woff2') format('woff2'),
         url('../fonts/futuraptmedium.woff') format('woff');
}
@font-face {
    font-family: 'Futura';
	font-weight: 400;
    font-style: normal;
	font-display: swap;
    src: local('Futura PT Book'),
         url('../fonts/futuraptbook.woff2') format('woff2'),
         url('../fonts/futuraptbook.woff') format('woff');
}
