/* Inter (Latin-Subset, v20) -- lokal gehostet statt via fonts.googleapis.com/fonts.gstatic.com.
   Variable-Font-Datei von Google, deckt die Gewichte 400-700 stufenlos ab; die vier Blöcke
   entsprechen exakt der Struktur, die Google fuer genau diese Bestellung (wght@400;500;600;700)
   ausliefert -- nur der Host wurde auf das eigene Projekt umgestellt. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/inter/inter-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/inter/inter-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/inter/inter-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/inter/inter-latin.woff2') format('woff2');
}
