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

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

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

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


@font-face {
    font-family: 'Corinthiago';
    src: url('Corinthiago.eot');
    src: url('Corinthiago.eot?#iefix') format('embedded-opentype'),
        url('Corinthiago.woff2') format('woff2'),
        url('Corinthiago.woff') format('woff'),
        url('Corinthiago.ttf') format('truetype'),
        url('Corinthiago.svg#Corinthiago') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

