/*
 * vendor/fonts.css — Local-first font declarations
 * ─────────────────────────────────────────────────
 * Place the WOFF2 files in vendor/fonts/ then uncomment the
 * @font-face blocks below.  No external requests are made.
 *
 * Download URLs (free for self-hosting):
 *   Inter:          https://fonts.google.com/specimen/Inter
 *   Playfair Display: https://fonts.google.com/specimen/Playfair+Display
 *
 * Recommended files (subset: latin):
 *   inter-300.woff2, inter-400.woff2, inter-500.woff2,
 *   inter-600.woff2, inter-700.woff2, inter-800.woff2
 *   playfair-display-600.woff2, playfair-display-700.woff2
 */

/* ── Inter ────────────────────────────────────────── */
/*
@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('fonts/inter-variable.woff2') format('woff2');
}
*/

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

/*
 * Fallback stack used until WOFF2 files are installed.
 * The app's style.css already declares these families — this file
 * simply needs to exist so the <link> tag resolves without a 404.
 */
