/*
 * Statisches Font-Stylesheet (NICHT vom Build prozessiert).
 *
 * Liegt bewusst in public/ → Vite kopiert es VERBATIM nach dist/ (keine
 * Tailwind-/Lightning-CSS-Minifizierung), damit der exljbris-Pflicht-Kommentar
 * im ausgelieferten Artefakt erhalten bleibt (Public-Prep #33/#25; im
 * prozessierten App-CSS wird er gestrippt). In index.html vor dem App-CSS
 * verlinkt. OTF direkt, keine Konvertierung (#25). src root-relativ auf die
 * vorhandenen Dateien in public/fonts/.
 */

/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
@font-face {
  font-family: "Fontin";
  src: url("/fonts/Fontin-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fontin SmallCaps";
  src: url("/fonts/Fontin-SmallCaps.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
