@font-face {
    font-family: 'Gotham';
    font-weight: normal;
    src: url("Gotham-Light.otf");
}
@font-face {
    font-family: 'Gotham';
    font-weight: 500;
    src: url("Gotham-Medium.otf");
}
@font-face {
    font-family: 'Gotham';
    font-weight: 700;
    src: url("Gotham-Bold.otf");
}
@font-face {
    font-family: 'Gotham';
    font-weight: 900;
    src: url("Gotham-Black.otf");
}
