/* Geist — offizielle Pactos-Markenschrift, selbst gehostet.
   Variable Fonts übernommen aus dem pactos-homepage-Repo
   (src/styles/vendor/fonts, dort gesynct aus PactosAI/vms packages/ui).
   Ersetzt die Google-Fonts-Einbindung (kein externer Request, DSGVO-sauber). */

@font-face {
  font-family: "Geist";
  src: url("Geist-Variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("Geist-Italic-Variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Geist Mono";
  src: url("GeistMono-Variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
