/* ════════════════════════════════════════════════════════════════
   Wrap Rebellen – Schriften, lokal gehostet
   Ablage: wp-content/uploads/wr-fonts/
   Dieser Ordner überlebt Theme-Updates. Alles unter
   wp-content/themes/wraprebellen/assets/fonts/ wird beim Hochladen
   einer neuen Theme-Version gelöscht – dort lagen sie zuletzt,
   deshalb waren sie nach dem Update weg.

   Kein Aufruf an fonts.googleapis.com oder fonts.gstatic.com:
   Dabei wandert die IP-Adresse jedes Besuchers an Google. Das
   LG München I hat dafür 2022 Schadenersatz zugesprochen
   (Az. 3 O 17493/20), und es gibt eine Abmahnindustrie dazu.

   Quelle der Dateien: Fontsource (fontsource.org), Subset latin.
   Alle drei Familien stehen unter der SIL Open Font License 1.1
   und dürfen kommerziell genutzt werden.
   ════════════════════════════════════════════════════════════════ */

/* ── Saira · Überschriften (--fd) ───────────────────────────── */
@font-face{
  font-family:'Saira';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('./saira-latin-700-normal.woff2') format('woff2');
}
@font-face{
  font-family:'Saira';
  font-style:normal;
  font-weight:800;
  font-display:swap;
  src:url('./saira-latin-800-normal.woff2') format('woff2');
}
@font-face{
  font-family:'Saira';
  font-style:normal;
  font-weight:900;
  font-display:swap;
  src:url('./saira-latin-900-normal.woff2') format('woff2');
}

/* ── Chakra Petch · Labels, Knöpfe, Navigation (--ft) ───────── */
@font-face{
  font-family:'Chakra Petch';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('./chakra-petch-latin-500-normal.woff2') format('woff2');
}
@font-face{
  font-family:'Chakra Petch';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('./chakra-petch-latin-600-normal.woff2') format('woff2');
}
@font-face{
  font-family:'Chakra Petch';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('./chakra-petch-latin-700-normal.woff2') format('woff2');
}

/* ── Inter · Fließtext (--fb) ───────────────────────────────── */
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('./inter-latin-400-normal.woff2') format('woff2');
}
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('./inter-latin-500-normal.woff2') format('woff2');
}
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('./inter-latin-600-normal.woff2') format('woff2');
}
