@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 300;
    src: url(/fonts/Gotham/GothamLight.ttf) format('truetype');
}

@font-face {
    font-family: 'Gotham';
    font-style: italic;
    font-weight: 300;
    src: url(/fonts/Gotham/GothamLightItalic.ttf) format('truetype');
}
@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/Gotham/Gotham.ttf) format('truetype');
}
@font-face {
    font-family: 'Gotham';
    font-style: italic;
    font-weight: 400;
    src: url(/fonts/Gotham/GothamItalic.ttf) format('truetype');
}
@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 500;
    src: url(/fonts/Gotham/GothamMedium.ttf) format('truetype');
}

@font-face {
    font-family: 'Gotham';
    font-style: italic;
    font-weight: 500;
    src: url(/fonts/Gotham/GothamMediumItalic.ttf) format('truetype');
}
@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    src: url(/fonts/Gotham/GothamBold.ttf) format('truetype');
}

@font-face {
    font-family: 'Gotham';
    font-style: italic;
    font-weight: 700;
    src: url(/fonts/Gotham/GothamBoldItalic.ttf) format('truetype');
}