/* ============================================================
   TEAMDROP — Selbst gehostete Schriften (DSGVO-konform)
   Keine Verbindung zu Google-Servern beim Seitenaufruf.
   Variable Fonts: Archivo (roman+italic) + Inter roman.
   ============================================================ */

@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');
}
