/* Self-hosted brand fonts — latin subset (covers EN + DE: ä ö ü ß etc.).
   Hanken Grotesk is a variable font (weight axis 400–800) served as one file.
   IBM Plex Mono ships static 400 / 500. No external font requests (FADP-friendly). */

@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/static/fonts/hankengrotesk-var.woff2') format('woff2');
}

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

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