@font-face {
    font-family: 'Gotham';
    src:url('../font/gotham-black.woff2') format('woff2'),
        url('../font/gotham-black.woff') format('woff');
    font-weight: 900;
    font-style: normal;

}

/*@font-face {
    font-family: 'Inter';
    src:url('../font/InterSans-900Italic.woff2') format('woff2'),
        url('../font/InterSans-900Italic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display:swap
}*/
/*@font-face {
    font-family: 'Inter';
    src:  url('../font/InterSans-700.woff2') format('woff2'),
        url('../font/InterSans-700.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display:swap
}

@font-face {
    font-family: 'Inter';
    src:  url('../font/InterSans-700Italic.woff2') format('woff2'),
        url('../font/InterSans-700Italic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display:swap
}*/

@font-face {
    font-family: 'Gotham';
    src:url('../font/gotham-bold.woff2') format('woff2'),
        url('../font/gotham-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src:   url('../font/gotham-book.woff2') format('woff2'),
        url('../font/gotham-book.woff') format('woff');
    font-style: normal;
    font-display:swap
}


@font-face {
    font-family: 'Gotham';
    src: url('../font/gotham-light.woff2') format('woff2'),
        url('../font/gotham-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}











@font-face {
    font-family: 'FuturaLT';
    src:url('../font/FuturaLT-ExtraBold.woff2') format('woff2'),
        url('../font/FuturaLT-ExtraBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaLT';
    src:   url('../font/FuturaLT-Book.woff2') format('woff2'),
        url('../font/FuturaLT-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display:swap
}


@font-face {
    font-family: 'FuturaLT';
    src: url('../font/FuturaLT-Heavy.woff2') format('woff2'),
        url('../font/FuturaLT-Heavy.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaLT';
    src: url('../font/FuturaLT-Light.woff2') format('woff2'),
        url('../font/FuturaLT-Light.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}