/* The Wyatt (Jonah Systems theme) — self-hosted brand fonts.
   The origin host fonts.jonahsystems.com serves these with
   `access-control-allow-origin: https://livewyattva.com` and returns the literal
   invalid value `(null)` for any other origin, so linking it directly fails CORS
   from our domains. Files mirrored from:
     https://fonts.jonahsystems.com/fonts/livewyattva_com/beckett/
     https://fonts.jonahsystems.com/fonts/livewyattva_com/tiempos/
   Family names and weights match the source stylesheets exactly, because
   screen.css selects on these literal names. */

@font-face {
  font-family: 'F37 Beckett';
  src:
    url('/lifestyle/fonts/F37Beckett-Regular.woff2') format('woff2'),
    url('/lifestyle/fonts/F37Beckett-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Copyright Klim Type Foundry';
  src:
    url('/lifestyle/fonts/TiemposText-Regular.woff2') format('woff2'),
    url('/lifestyle/fonts/TiemposText-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
