/* Selbst gehostete Variable Fonts - keine Google-Requests im Livebetrieb (DSGVO). */
@font-face{
  font-family:'Archivo';
  src:url('archivo-var.woff2') format('woff2-variations');
  font-weight:100 900; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'JetBrains Mono';
  src:url('jetbrains-mono-var.woff2') format('woff2-variations');
  font-weight:100 800; font-style:normal; font-display:swap;
}
