/* ============================================================
   Self-hosted fonts (no external CDN needed)
   Variable fonts: a single file per family covers all weights.
   Families are named to match style.css: 'Playfair Display' + 'Inter'
   ============================================================ */

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

/* ---------- Inter (body) ---------- */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url('inter-latin-wght-normal.woff2') format('woff2-variations');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-display: swap;
  font-weight: 100 900;
  src: url('inter-latin-wght-italic.woff2') format('woff2-variations');
}
