/* Self-hosted fonts (DSGVO-konform – keine Verbindung zu Google-Servern).
   Beide Familien sind Variable Fonts, daher genügt je eine Datei mit
   einem Gewichts-Bereich. */

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

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