
@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham-Thin.ttf);
    font-weight: 100;
    font-style: normal
}
@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham-ThinItalic.ttf);
    font-weight: 100;
    font-style: italic

}
@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham-Light.ttf);
    font-weight: 200;
    font-style: normal
}
@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham-LightItalic.ttf);
    font-weight: 200;
    font-style: italic
}
@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham-Medium.ttf);
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham-MediumItalic.ttf);
    font-weight: normal;
    font-style: italic
}
@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham-Book.ttf);
    font-weight: 500;
    font-style: normal
}
@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham-Booktalic.ttf);
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham-Bold.ttf);
    font-weight: 600;
    font-style: normal
}
@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham-BoldItalic.ttf);
    font-weight: 600;
    font-style: italic
}
@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham-Black.ttf);
    font-weight: 800;
    font-style: normal
}
@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham-BlackItalic.ttf);
    font-weight: 800;
    font-style: italic
}