/* Lokal gehostete Webfonts (vorher extern von jope.ag / www.jope.ag geladen).
   Je Familie reicht ein @font-face - es gibt nur eine woff2-Datei (Latin-Subset);
   die frueheren fuenf identischen Blocks mit Cyrillic/Vietnamese-unicode-range
   verwiesen alle auf dieselbe Datei und konnten diese Zeichen nie liefern. */

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

@font-face {
  font-family: 'Lobster Two';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/lobster2.woff2) format('woff2');
}
