@font-face {
    font-family: 'Gotham';
    src: url('font/Gotham-Light.woff2') format('woff2'),
         url('font/Gotham-Light.woff') format('woff');
    font-weight: 300; /* Light */
    font-style: normal;
}

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

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