
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gothamthin-webfont.woff2') format('woff2'),
         url('../fonts/gothamthin-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;

}


@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gothamxlight-webfont.woff2') format('woff2'),
         url('../fonts/gothamxlight-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;

}



@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gothamlight-webfont.woff2') format('woff2'),
         url('../fonts/gothamlight-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gothambook-webfont.woff2') format('woff2'),
        url('../fonts/gothambook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    /* font-display: swap; */
}


@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gothammedium-webfont.woff2') format('woff2'),
         url('../fonts/gothammedium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}


@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gothambold-webfont.woff2') format('woff2'),
         url('../fonts/gothambold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}


@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gothamblack-webfont.woff2') format('woff2'),
         url('../fonts/gothamblack-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;

}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gothamultra-webfont.woff2') format('woff2'),
         url('../fonts/gothamultra-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;

}


