@font-face {
    font-family: Gotham;
    src: url('/static/fonts/gotham/GothamBold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: Gotham;
    src: url('/static/fonts/gotham/GothamMedium.ttf');
    font-weight: normal;
}

@font-face {
    font-family: Gotham;
    src: url('/static/fonts/gotham/Gotham-Light.otf');
    font-weight: auto;
}
