/* Gérard Finance — selbst gehostete Schriften.
   Ersetzt fonts.googleapis.com (Inter) und api.fontshare.com (Gambetta).
   Beide luden vor jeder Einwilligung die IP des Besuchers zu Dritten — genau
   der Punkt, an dem das LG München (3 O 17493/20) Google Fonts kassiert hat.

   Quelle: ~/gerard-private-finance/fonts/*.ttf, subsettet auf Latin + Latin-Ext
   (Umlaute, ß und das é in Gérard) und als WOFF2 komprimiert. 83 KB statt 340 KB.
   Neu erzeugen: siehe deploy/build-fonts.sh */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/inter-400.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/inter-500.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/inter-600.woff2") format("woff2");
}
@font-face {
  font-family: "Gambetta";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/gambetta-500.woff2") format("woff2");
}
@font-face {
  font-family: "Gambetta";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/gambetta-600.woff2") format("woff2");
}
