/* Lokal gehostete Schriften.
 *
 * HINTERGRUND: Vorher wurden Playfair Display und Raleway direkt von
 * fonts.googleapis.com geladen. Dabei wird die IP-Adresse jedes Besuchers an
 * Google übertragen - ohne Einwilligung ein bekanntes Abmahnrisiko in
 * Deutschland. Durch das lokale Hosten verlässt keine Besucherinformation
 * mehr den eigenen Server.
 *
 * Quelle der Dateien: npm-Pakete @fontsource/playfair-display und
 * @fontsource/raleway (SIL Open Font License).
 * Eingebunden sind nur die Schnitte, die die Seite tatsächlich verwendet.
 */

/* ---------- Playfair Display (Überschriften, Preise) ---------- */

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

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./playfair-display-latin-500-normal.woff2') format('woff2');
}

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

@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('./playfair-display-latin-400-italic.woff2') format('woff2');
}

/* ---------- Raleway (Fließtext) ---------- */

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('./raleway-latin-300-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./raleway-latin-400-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./raleway-latin-500-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./raleway-latin-600-normal.woff2') format('woff2');
}
