@font-face {
    font-family: 'Gotham Pro';
    src: url('fonts/subset-gothampro-light.woff2') format('woff2'),
        url('fonts/subset-gothampro-light.woff') format('woff'),
        url('fonts/subset-gothampro-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Pro';
    src: url('fonts/subset-gothampro.woff2') format('woff2'),
        url('fonts/subset-gothampro.woff') format('woff'),
        url('fonts/subset-gothampro.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Pro';
    src: url('fonts/subset-gothampro-medium.woff2') format('woff2'),
        url('fonts/subset-gothampro-medium.woff') format('woff'),
        url('fonts/subset-gothampro-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Pro';
    src: url('fonts/subset-gothampro-bold.woff2') format('woff2'),
        url('fonts/subset-gothampro-bold.woff') format('woff'),
        url('fonts/subset-gothampro-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}





