@font-face {

    font-display: swap;
    font-family: 'Gotham';
    src: url('Gotham-Bold.eot');
    src: url('Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('Gotham-Bold.woff2') format('woff2'),
        url('Gotham-Bold.woff') format('woff'),
        url('Gotham-Bold.ttf') format('truetype');

}


@font-face {

    font-display: swap;
    font-family: 'Univers Condensed';
    src: url('UniversCondensed.eot');
    src: url('UniversCondensed.eot?#iefix') format('embedded-opentype'),
        url('UniversCondensed.woff2') format('woff2'),
        url('UniversCondensed.woff') format('woff'),
        url('UniversCondensed.ttf') format('truetype');

}

