@font-face {
    font-family: 'Gotham-Black';
    src: url('./fonts/Gotham-Black.eot');
    src: url('./fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Gotham-Black.woff') format('woff'),
        url('./fonts/Gotham-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('./fonts/Gotham-Light.eot');
    src: url('./fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Gotham-Light.woff') format('woff'),
        url('./fonts/Gotham-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('./fonts/Gotham-Bold.eot');
    src: url('./fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Gotham-Bold.woff') format('woff'),
        url('./fonts/Gotham-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
