
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/new/Gotham-Bold.otf') format('opentype');
    font-display: swap;
    font-weight: 600;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/new/Gotham-Book.ttf') format('TrueType');
    font-display: swap;
    font-weight: 200;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/new/Gotham-Light.ttf') format('TrueType');
    font-display: swap;
    font-weight: 100;
}