@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro.woff');
    font-display: swap;
    font-weight: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro-Medium.woff');
    font-display: swap;
    font-weight: 500;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro-Bold.woff');
    font-display: swap;
    font-weight: bold;
}