/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@500;700&display=swap');*/


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

@font-face {
    font-family: 'Gotham';
    src: url('fonts/GothamBlack.woff2') format('woff2'),
        url('fonts/GothamBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
*/
@font-face {
    font-family: 'FR';
    src: url('fonts/FuturaBold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FR Book';
    src: url('fonts/FuturaBook.woff') format('woff');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FR Demi';
    src: url('fonts/FuturaDemi.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NyghtItalic';
    src: url('fonts/NyghtSerif-LightItalic.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'NyghtLight';
    src: url('fonts/NyghtSerif-Light.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}



