@font-face {
    font-family: 'Gotham Narrow';
    src: url('./fonts/GothamNarrow-Light.otf') format('opentype');
    font-weight: 300;
}

@font-face {
    font-family: 'Gotham Narrow';
    src: url('./fonts/GothamNarrow-Book.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'Gotham Narrow';
    src: url('./fonts/Gotham Narrow Medium.otf') format('opentype');
    font-weight: 500;
}

@font-face {
    font-family: 'Gotham Narrow';
    src: url('./fonts/GothamNarrow-Bold.otf') format('opentype');
    font-weight: 700;
}

@font-face {
    font-family: 'Gotham Narrow';
    src: url('./fonts/GothamNarrow-Ultra.otf') format('opentype');
    font-weight: 900;
}