/* ─────────────────────────────────────────────────────────────────────────────
   Local font declarations — replaces Google Fonts CDN
   All files served from /fonts/ folder on your server
   No external requests, no GDPR issues with IP logging
───────────────────────────────────────────────────────────────────────────── */

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

/* Playfair Display — regular 700 */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('playfair-display-v30-latin-700.woff2') format('woff2');
}

/* DM Sans — light 300 */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('dm-sans-v11-latin-300.woff2') format('woff2');
}

/* DM Sans — regular 400 */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('dm-sans-v11-latin-regular.woff2') format('woff2');
}

/* DM Sans — medium 500 */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('dm-sans-v11-latin-500.woff2') format('woff2');
}
