/* ═══════════════════════════════════════════════════════════════
   ouzbi — Shared Web Fonts
   ─────────────────────────────────────────────────────────────
   Loaded by every page that uses the 'Nonchalance' wordmark
   (the brand name in the nav and footer).

   Keep this file alongside NonchalanceMedium.otf on the server.
   ═══════════════════════════════════════════════════════════════ */

@font-face{
  font-family:'Nonchalance';
  src:url('NonchalanceMedium.otf') format('opentype');
  font-weight:500;
  font-style:normal;
  font-display:swap;
}
