/* Selbst gehostete Schriften (DSGVO-konform, keine externen Anfragen).
   Variable Fonts, latin subset (deckt deutsche Umlaute & ß ab). */

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

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