/* hashtagassist. — lokal gehostete Schriften.
   Ersetzt die Einbindung ueber fonts.googleapis.com, damit keine
   Besucher-IP an Google uebertragen wird (LG Muenchen, 20.01.2022, 3 O 17493/20). */

@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url('/wp-content/uploads/fonts/SpaceGrotesk-Variable.woff2') format('woff2');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('/wp-content/uploads/fonts/IBMPlexMono-400.woff2') format('woff2');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url('/wp-content/uploads/fonts/IBMPlexMono-500.woff2') format('woff2');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 600 700;
  src: url('/wp-content/uploads/fonts/IBMPlexMono-600.woff2') format('woff2');
}
