@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham_Thin.ttf') format('truetype');
        font-weight: 200;
        font-display: swap;
        font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham_Light.ttf') format('truetype');
        font-weight: 300;
        font-display: swap;
        font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham_Extra_Light.ttf') format('truetype');
        font-weight: 400;
        font-display: swap;
        font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham_Medium.ttf') format('truetype');
        font-weight: 500;
        font-display: swap;
        font-style: normal;
}
  
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham_Book.ttf') format('truetype');
        font-weight: 600;
        font-display: swap;
        font-style: normal;
}

