/* Self-hosted fonts (Nunito Sans + Playfair Display, Latin subset, variable weight)
 * Replaces fonts.googleapis.com so visitor IPs are never sent to Google.
 * Each file is a variable font covering the full weight range we use. */

@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url('/fonts/NunitoSans.woff2') format('woff2');
}

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