@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamPro-Light.woff');
    font-weight: 300;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamPro.woff');
    font-weight: 400;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamPro-Medium.woff');
    font-weight: 500;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamPro-Bold.woff');
    font-weight: 600;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamPro-Black.woff');
    font-weight: 700;
}