@font-face {
    font-family: 'Gotham';
    src: url('../font/GothamBold.woff2') format('woff2'),
        url('../font/GothamBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'GothamMedium';
    src: url('../font/GothamMedium.woff2') format('woff2'),
        url('../font/GothamMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}