@font-face {
    font-family: 'Ostrich Sans';
    src: url('../fonts/OstrichSans-Medium.eot');
    src: url('../fonts/OstrichSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OstrichSans-Medium.woff2') format('woff2'),
        url('../fonts/OstrichSans-Medium.woff') format('woff'),
        url('../fonts/OstrichSans-Medium.ttf') format('truetype'),
        url('../fonts/OstrichSans-Medium.svg#OstrichSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ostrich Sans';
    src: url('../fonts/OstrichSans-Black.eot');
    src: url('../fonts/OstrichSans-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OstrichSans-Black.woff2') format('woff2'),
        url('../fonts/OstrichSans-Black.woff') format('woff'),
        url('../fonts/OstrichSans-Black.ttf') format('truetype'),
        url('../fonts/OstrichSans-Black.svg#OstrichSans-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

