/* ═══════════════════════════════════════════════════════
   ClawBank — Font Faces (self-hosted)
   Linked by every page. Font files live in fonts/.
   ─────────────────────────────────────────────────────
   Display:  PP Nikkei Pacific (OTF)
   Italic:   Tiempos Headline (OTF, upright + italic)
   Mono UI:  IBM Plex Mono (WOFF2, latin subset)
═══════════════════════════════════════════════════════ */

/* ── Display ──────────────────────────────────────────── */
@font-face {
  font-family: 'PP Nikkei Pacific';
  src: url('fonts/PPNikkeiPacific-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ── Editorial italic ─────────────────────────────────── */
@font-face {
  font-family: 'Tiempos Headline';
  src: url('fonts/TiemposHeadline-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tiempos Headline';
  src: url('fonts/TiemposHeadline-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* ── UI mono ──────────────────────────────────────────── */
@font-face {
  font-family: 'IBM Plex Mono';
  src: url('fonts/IBMPlexMono-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IBM Plex Mono';
  src: url('fonts/IBMPlexMono-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IBM Plex Mono';
  src: url('fonts/IBMPlexMono-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IBM Plex Mono';
  src: url('fonts/IBMPlexMono-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
