/* ============================================================
   TEAMDROP — Selbst gehostete Schriften (DSGVO-konform)
   Keine Verbindung zu Google-Servern beim Seitenaufruf.
   Variable Fonts: 4 Dateien decken alle genutzten Schnitte ab.
   ============================================================ */

@font-face{
  font-family:'Archivo';
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
  src:url('archivo-variable.woff2') format('woff2');
}
@font-face{
  font-family:'Archivo';
  font-style:italic;
  font-weight:100 900;
  font-display:swap;
  src:url('archivo-italic-variable.woff2') format('woff2');
}
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
  src:url('inter-variable.woff2') format('woff2');
}
@font-face{
  font-family:'Inter';
  font-style:italic;
  font-weight:100 900;
  font-display:swap;
  src:url('inter-italic-variable.woff2') format('woff2');
}
