/* Self-hosted Fraunces for the standalone legal pages (privacy, support,
   delete-account). These are plain HTML in public/ and are not processed by
   webpack, so they cannot use src/fonts.css — hence this small second copy.

   Italic only, latin subset only: every Fraunces rule on all three pages sets
   font-style: italic, and the pages are English. Shipping the normal face
   would add 67 KB to the static output and the native bundle for glyphs
   nothing renders.

   SIL Open Font License 1.1; see fonts/LICENSE.txt. */
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('./fonts/fraunces-italic-latin.woff2') format('woff2');
}
