@font-face {
    font-family: GothamWeb;
    font-weight: 300;
    src: url("/fonts/Gotham-Light.otf") format("opentype");
}

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

@font-face {
    font-family: GothamWeb;
    font-weight: 600;
    src: url("/fonts/Gotham-Medium.otf") format("opentype");
}

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

@font-face {
    font-family: GothamWeb;
    font-weight: 900;
    src: url("/fonts/Gotham-Black.otf") format("opentype");
}