/* ==============================================
 * Motorhomerentals.nz — Self-hosted Fonts
 * Playfair Display (variable) + Inter (variable)
 * Eliminates fonts.googleapis.com DNS lookup
 * ============================================== */

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

@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/playfair-display-italic-var.woff2') format('woff2');
}

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