/* Geist and Geist Mono (Vercel, SIL Open Font License 1.1: see OFL-LICENSE.txt),
   the typefaces of vodou.ai. Self-hosted because app.vodou.ai's CSP allows fonts
   only from 'self'. Shared by the React app (index.html) and the legal pages. */
@font-face {
  font-family: 'Geist';
  src: url('/fonts/Geist-Variable.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: 'Geist Mono';
  src: url('/fonts/GeistMono-Variable.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}
