/*
 * Selbst gehostete Schriften der Firmen-Websites.
 *
 * ERZEUGT von scripts/fetch-website-fonts.sh — nicht von Hand bearbeiten.
 * Variable Fonts (ein Schnitt deckt den ganzen Gewichtsbereich), nur
 * lateinischer Zeichensatz, font-display: swap. Selbst gehostet, damit
 * beim Aufruf einer Kundenwebsite keine Anfrage an Google geht.
 */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/website/inter.woff2') format('woff2');
}

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/website/fraunces.woff2') format('woff2');
}

@font-face {
  font-family: 'Source Serif';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url('/fonts/website/source-serif.woff2') format('woff2');
}

@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/fonts/website/space-grotesk.woff2') format('woff2');
}

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/website/archivo.woff2') format('woff2');
}

@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url('/fonts/website/nunito-sans.woff2') format('woff2');
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('/fonts/website/manrope.woff2') format('woff2');
}

@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('/fonts/website/bricolage-grotesque.woff2') format('woff2');
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('/fonts/website/plus-jakarta-sans.woff2') format('woff2');
}
