/* Self-hosted fonts (DSGVO-konform, kein Google-CDN) — latin subset, variable */

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url('fonts/CormorantGaramond-var.woff2') format('woff2');
}

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