/* ============================================================
   Biosis — Self-hosted Playfair Display
   Covers: 700 Normal + 700 Italic (brand headline weight)
   Remaining weights (400, 600) continue to load from Google Fonts.
   url() paths are relative to THIS file (fonts/).
   ============================================================ */

@font-face {
  font-family: 'Playfair Display';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('Playfair_144pt-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Playfair Display';
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url('Playfair_144pt-BoldItalic.ttf') format('truetype');
}
