/* ==========================================================================
   fonts.css — Playfair Display 700 + 900 (self-hosted, copié de prod)
   Inter / system stack pour le body — pas de download supplémentaire.
   ========================================================================== */

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url('./playfair-display-700-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  font-display: optional;
  src: url('./playfair-display-900-latin.woff2') format('woff2');
}
