/* Inter — body typeface (variable: opsz + wght). Self-hosted: kein Google-CDN,
   damit keine Besucher-IP an Google geht (DSGVO). OFL licensed; assets/fonts/.
   WOFF2, auf den Latin-Bereich reduziert — die Variable-Achsen bleiben erhalten. */
@font-face {
  font-family: 'Inter';
  src: url('../assets/fonts/Inter-Variable-latin.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

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

/* Stack Sans Headline — brand display/heading typeface (variable, wght axis).
   OFL licensed; files in assets/fonts/. */
@font-face {
  font-family: 'Stack Sans Headline';
  src: url('../assets/fonts/StackSansHeadline-Variable-latin.woff2') format('woff2');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
