/* Selbst gehostete Schriften — kein Drittlandtransfer (DSGVO-konform) */
@font-face{
  font-family:"Archivo";
  src:url("/fonts/archivo.woff2") format("woff2");
  font-weight:100 900; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"IBM Plex Sans";
  src:url("/fonts/ibmplexsans.woff2") format("woff2");
  font-weight:100 700; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"IBM Plex Mono";
  src:url("/fonts/ibmplexmono-400.woff2") format("woff2");
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"IBM Plex Mono";
  src:url("/fonts/ibmplexmono-500.woff2") format("woff2");
  font-weight:500; font-style:normal; font-display:swap;
}
