/* Playfair Display Variable Font - Self-hosted for consistency */
/* Source: https://github.com/clauseggers/Playfair */
/* Based on official Playfair 2.2 release */

/* Variable font for modern browsers */
@font-face {
  font-family: 'Playfair Display';
  font-weight: 400 900;
  font-display: swap;
  font-style: normal;
  src: url('/fonts/playfair-display-variable.woff2?v=2.2') format('woff2');
}

/* Fallback static fonts for older browsers (if needed) */
@font-face {
  font-family: 'Playfair Display Static';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/playfair-display-variable.woff2?v=2.2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display Static';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/playfair-display-variable.woff2?v=2.2') format('woff2');
} 