@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/Gotham-Rounded-Bold.otf') format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/Gotham-Rounded-Medium.otf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'GothamXNarrow';
    src: url('../fonts/GothamXNarrow-Bold.otf') format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: 'GothamXNarrow';
    src: url('../fonts/GothamXNarrow-Medium.otf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'GothamXNarrow';
    src: url('../fonts/GothamXNarrow-Book.otf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'GothamXNarrow';
    src: url('../fonts/GothamXNarrow-Light.otf') format('truetype');
    font-weight: 300;
}