@font-face {
    font-family: 'Gotham';
    src: url('./font/GothamXLight.otf') format('opentype'),
         url('./font/gothamxlight-webfont.woff2') format('woff2'),
         url('./font/gothamxlight-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
         
@font-face {
    font-family: 'Gotham';
    src: url('./font/GothamXLightItalic.otf') format('opentype'),
         url('./font/gothamxlightitalic-webfont.woff2') format('woff2'),
         url('./font/gothamxlightitalic-webfont.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}



@font-face {
    font-family: 'Gotham';
    src: url('./font/gothamthin-webfont.woff2') format('woff2'),
         url('./font/gothamthin-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('./font/gothamthinitalic-webfont.woff2') format('woff2'),
         url('./font/gothamthinitalic-webfont.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}


@font-face {
    font-family: 'Gotham';
    src: url('./font/gothamlight-webfont.woff2') format('woff2'),
         url('./font/gothamlight-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('./font/gothamlightitalic-webfont.woff2') format('woff2'),
         url('./font/gothamlightitalic-webfont.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}


@font-face {
    font-family: 'Gotham';
    src: url('./font/gothambook-webfont.woff2') format('woff2'),
         url('./font/gothambook-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('./font/gothambookitalic-webfont.woff2') format('woff2'),
         url('./font/gothambookitalic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}



@font-face {
    font-family: 'Gotham';
    src: url('./font/gothammedium_1-webfont.woff2') format('woff2'),
         url('./font/gothammedium_1-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('./font/GothamMediumItalic.ttf') format('truetype'),;
    font-weight: 500;
    font-style: italic;
}



@font-face {
    font-family: 'Gotham';
    src: url('./font/gothambold-webfont.woff2') format('woff2'),
         url('./font/gothambold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('./font/gothambolditalic-webfont.woff2') format('woff2'),
         url('./font/gothambolditalic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}



@font-face {
    font-family: 'Gotham';
    src: url('./font/gothamblack-webfont.woff2') format('woff2'),
         url('./font/gothamblack-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

