/* Self-hosted variable fonts (downloaded from Google Fonts, served locally
   so the CSP can stay at style-src/font-src 'self' with no external CDN
   dependency). Each file covers its full weight range. */

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('/fonts/playfair-display-variable.woff2') format('woff2-variations'), url('/fonts/playfair-display-variable.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/inter-variable.woff2') format('woff2-variations'), url('/fonts/inter-variable.woff2') format('woff2');
}
