/* Deferred fonts - loaded after LCP */
/* These fonts are only used below the fold (testimonials, footer) */

/* Inter Variable - italic (testimonials section) */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/Inter-var-Italic.woff2') format('woff2-variations');
}

/* Playfair Display - 700 only (footer, 404 page) */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/Playfair-700.woff2') format('woff2');
}
