/* Lokale Schriften — von Google Fonts gehostet, lokal gespeichert (CSP-konform) */

@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./caveat-700.woff2) format('woff2');
  
}

@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(./playfair-display-700-italic.woff2) format('woff2');
  
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./playfair-display-400.woff2) format('woff2');
  
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./playfair-display-700.woff2) format('woff2');
  
}