/* Self-hosted webfonts (preferred). If files are missing, Google Fonts link remains as fallback. */

/* Inter Variable */
@font-face {
  font-family: 'Inter';
  src: local('Inter'), url('../fonts/Inter-Variable.woff2') format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

/* Playfair Display Variable */
@font-face {
  font-family: 'Playfair Display';
  src: local('Playfair Display'), url('../fonts/PlayfairDisplay-Variable.woff2') format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
