@font-face {
    font-family: 'ostrich-sans';
    src: url('ostrich-sans-light.woff2') format('woff2'),
        url('ostrich-sans-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ostrich-sans';
    src: url('ostrich-sans-medium.woff2') format('woff2'),
        url('ostrich-sans-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ostrich-sans';
    src: url('ostrich-sans-bold.woff2') format('woff2'),
        url('ostrich-sans-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ostrich-sans';
    src: url('ostrich-sans-black.woff2') format('woff2'),
        url('ostrich-sans-black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ostrich-sans';
    src: url('ostrich-sans-heavy.woff2') format('woff2'),
        url('ostrich-sans-heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
