@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Byrd';
    font-style: normal;
    font-weight: 900;
    src: url('Byrd-Black.eot'); /* IE9 Compat Modes */
    src: url('Byrd-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('Byrd-Black.woff2') format('woff2'), /* Super Modern Browsers */
    url('Byrd-Black.woff') format('woff'); /* Legacy iOS */
}