@font-face {
    font-family: 'Steelfish';
    src:
            url('fonts/steelfish-eb.woff2') format('woff2'),
            url('fonts/steelfish-eb.otf')  format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src:
            url('fonts/gotham-ro-light-italic.woff2') format('woff2'),
            url('fonts/gotham-ro-light-italic.otf')  format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src:
            url('fonts/gotham-light.woff2') format('woff2'),
            url('fonts/gotham-light.otf')  format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src:
            url('fonts/gotham-book-rom.woff2') format('woff2'),
            url('fonts/gotham-book-rom.otf')  format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src:
            url('fonts/gotham-medium.woff2') format('woff2'),
            url('fonts/gotham-medium.otf')  format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src:
            url('fonts/gotham-bold-rom.woff2') format('woff2'),
            url('fonts/gotham-bold-rom.woff2')  format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
