/* Schriften von tastebase.de — absolute URLs auf die Hauptdomain.
   Unter tastebase.de/bestellportal ist das dieselbe Origin (laedt sofort);
   fuer die Subdomain bestellportal.tastebase.de liegt im /fonts-Ordner
   eine .htaccess mit CORS-Freigabe. */
@font-face {
  font-family: 'athena';
  src: url('https://tastebase.de/fonts/athena-400.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'athena';
  src: url('https://tastebase.de/fonts/athena-600.woff2') format('woff2');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'athena';
  src: url('https://tastebase.de/fonts/athena-700.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Tenor Sans';
  src: url('https://tastebase.de/fonts/tenor-400.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'IBM Plex Mono';
  src: url('https://tastebase.de/fonts/plexmono-400-latin.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'IBM Plex Mono';
  src: url('https://tastebase.de/fonts/plexmono-600-latin.woff2') format('woff2');
  font-weight: 600;
  font-display: swap;
}
