/* Self-hosted fonts — no third-party requests (GDPR-friendly).
   Replaces the former fonts.googleapis.com / gstatic.com embed. */

@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(fonts/dm-mono-300.woff2) format('woff2');
}
@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/dm-mono-400.woff2) format('woff2');
}
/* Playfair Display ships as a variable font; one file covers the 400–700 range. */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(fonts/playfair-display-400.woff2) format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/playfair-display-400-italic.woff2) format('woff2');
}
