@font-face {
    font-family: gotham;
    font-weight: 500;
    src: url('../webfonts/gotham-medium.ttf') format("truetype");
}

@font-face {
    font-family: gotham;
    font-weight: 300;
    src: url('../webfonts/gotham-book.ttf') format("truetype");
}

@font-face {
    font-family: gotham;
    font-weight: 100;
    src: url('../webfonts/gotham-extra-light.ttf') format("truetype");
}

@font-face {
    font-family: gotham;
    font-weight: 200;
    src: url('../webfonts/gotham-light.ttf')  format("truetype");
}

@font-face {
    font-family: gotham;
    font-weight: 700;
    src: url('../webfonts/gotham-bold.ttf')  format("truetype");
}

@font-face {
    font-family: gotham;
    font-weight: 900;
    src: url('../webfonts/gotham-black.ttf') format("truetype"));
}
