@font-face {
  font-family: 'New Odyssey';
  src: url('NewOdyssey-Bold.woff2') format('woff2'),
  url('NewOdyssey-Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'New Odyssey';
    src: url('NewOdyssey-Black.woff2') format('woff2'),
        url('NewOdyssey-Black.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'New Odyssey';
    src: url('NewOdyssey-Heavy.woff2') format('woff2'),
        url('NewOdyssey-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

