@font-face {
    font-family: 'Gotham A';
    src:  url(/static/fonts/gotham-book-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham A';
    src:  url(/static/fonts/gotham-medium-webfont.woff) format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham A';
    src:  url(/static/fonts/gotham-bold-webfont.woff) format('woff');
    font-weight: bold;
    font-style: normal;
}   
