/* ─────────────────────────────────────────────────────────────
   Webfonts — Universität Freiburg
   ---------------------------------------------------------------
   The official house typeface is "Social" (a licensed font by the
   foundry, distributed by the university's Marketing & Events team).
   It is NOT freely embeddable, so this design system substitutes
   the closest open match: **Archivo** (Omnibus-Type, OFL) — a
   humanist-modern grotesque with a true width axis, which lets us
   reproduce both the Normal and "Breit" (Extended) cuts of Social.

   ⚠ SUBSTITUTION: swap these @font-face / @import rules for the real
   "Social" .woff2 files once licensed. Map:
     Social Book      → Archivo wght 400, wdth 100
     Social Medium    → Archivo wght 500, wdth 100
     Social Extended  → Archivo wght 400/500, wdth ~125 (font-stretch)
   ───────────────────────────────────────────────────────────── */

@import url('https://fonts.googleapis.com/css2?family=Archivo:wdth,wght@62..125,400..700&display=swap');
