/* Self-hosted variable fonts (Latin subset) — no third-party requests,
   which keeps this GDPR-clean for a Germany-based business. */

@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('../assets/fonts/jost-variable.woff2') format('woff2');
}

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