@font-face {
    font-weight: 300;
    font-family: "Gotham Pro Light";
    src: url("/css/new/fonts/gothampro_light.ttf");
    font-display: swap;
}

@font-face {
    font-weight: 400;
    font-family: "Gotham Pro";
    src: url("/css/new/fonts/gothampro.ttf");
    font-display: swap;
}

@font-face {
    font-weight: 500;
    font-family: "Gotham Pro Medium";
    src: url("/css/new/fonts/gothampro_medium.ttf");
    font-display: swap;
}

@font-face {
    font-weight: 700;
    font-family: "Gotham Pro Bold";
    src: url("/css/new/fonts/gothampro_bold.ttf");
    font-display: swap;
}
