@font-face {
    font-family: 'Gotham';
    src: url('fonts/GothamLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

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

@font-face {
    font-family: 'Gotham';
    src: url('fonts/GothamBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}