@font-face {
    font-family: 'gotham-light';
    font-display: block;
    src: url("../fonts/gotham/Gotham-Light-2.otf") format("opentype");
    font-weight: 400;
    font-style: normal
}

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

@font-face {
    font-family: 'gotham-bold';
    font-display: block;
    src: url("../fonts/gotham/GothamBold.otf") format("opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'gotham-book';
    font-display: block;
    src: url("../fonts/gotham/Gotham-Book.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'gotham-black';
    font-display: block;
    src: url("../fonts/gotham/GothamBlack.otf") format("opentype");
    font-weight: 400;
    font-style: normal
}