@font-face {
    font-family: "Gotham-Bold";
    src:url('./assets/Gotham-fonts/Gotham-Bold.woff2') format('woff2'),
        url('./assets/Gotham-fonts/Gotham-Bold.woff') format('woff'),
        url('./assets/Gotham-fonts/Gotham-Bold.ttf') format('ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham-Medium";
    src:url('./assets/Gotham-fonts/Gotham-Medium.woff2') format('woff2'), 
        url('./assets/Gotham-fonts/Gotham-Medium.woff') format('woff'),
        url('./assets/Gotham-fonts/Gotham-Medium.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham-Light";
    src:url('./assets/Gotham-fonts/Gotham-Light.woff2') format('woff2'), 
        url('./assets/Gotham-fonts/Gotham-Light.woff') format('woff'),
        url('./assets/Gotham-fonts/Gotham-Light.ttf') format('ttf');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham-Book";
    src:url('./assets/Gotham-fonts/Gotham-Book.woff2') format('woff2'), 
        url('./assets/Gotham-fonts/Gotham-Book.woff') format('woff'),
        url('./assets/Gotham-fonts/Gotham-Book.ttf') format('ttf');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
