/* Self-hosted fonts — no Google Fonts dependency */

/* Playfair Display normal (variable font — covers 300-500) */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url(/fonts/playfair-display-latin.woff2) format('woff2');
}

/* Playfair Display italic (variable font — covers 300i-400i) */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 300 400;
  font-display: swap;
  src: url(/fonts/playfair-display-italic-latin.woff2) format('woff2');
}

/* Jost (variable font — covers 200-500) */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 200 500;
  font-display: swap;
  src: url(/fonts/jost-latin.woff2) format('woff2');
}
