/* Badenweiler Ausblick — Marken-Schriften, selbst gehostet.
   Google Fonts sind hier bewusst raus: der Aufruf an fonts.gstatic.com überträgt
   die IP-Adresse jedes Besuchers in die USA, bevor er irgendetwas zugestimmt hat
   (LG München I, 3 O 17493/20). Unsere Datenschutzerklärung sagt zu, dass beim
   reinen Aufruf nichts an Dritte geht — dafür müssen die Schriften vom eigenen
   Server kommen. Nur der lateinische Zeichensatz, das hält die Seite leicht. */

@font-face {
  font-family: 'Bodoni Moda';
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url('BodoniModa-italic-400_600.woff2') format('woff2');
}
@font-face {
  font-family: 'Bodoni Moda';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('BodoniModa-normal-400_700.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('CormorantGaramond-italic-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('CormorantGaramond-normal-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('CormorantGaramond-normal-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('Manrope-normal-300_600.woff2') format('woff2');
}
