/*Font*/
@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Gotham-Bold.otf") format("opentype");
}

@font-face {
    font-family: 'Gotham';
    font-style: italic;
    font-weight: 700;
    src: url("../fonts/Gotham-BoldItalic.otf") format("opentype");
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Gotham-Book.otf") format("opentype");
}

@font-face {
    font-family: 'Gotham';
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/Gotham-BookItalic.otf") format("opentype");
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Gotham-Medium.otf") format("opentype");
}

@font-face {
    font-family: 'Gotham';
    font-style: italic;
    font-weight: 500;
    src: url("../fonts/Gotham-MediumItalic.otf") format("opentype");
}
/*End*/
