/* ==========================================================================
   Font Loading — Self-hosted WOFF2 declarations
   ---------------------------------------------------------------------------
   Download the .woff2 files from Google Fonts and place them in
   /assets/fonts/ to activate these declarations.
   ========================================================================== */

/* ── DM Serif Display ───────────────────────────────────────────────────── */
@font-face {
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/dm-serif-display-v15-latin-regular.woff2') format('woff2');
}

/* ── IBM Plex Sans ──────────────────────────────────────────────────────── */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/ibm-plex-sans-v19-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/ibm-plex-sans-v19-latin-500.woff2') format('woff2');
}

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/ibm-plex-sans-v19-latin-600.woff2') format('woff2');
}

/* ── IBM Plex Mono ──────────────────────────────────────────────────────── */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/ibm-plex-mono-v19-latin-regular.woff2') format('woff2');
}
