/* Self-hosted variable font. Inter is used for both body and display
   from 2026-05-14 onwards (Fraunces removed; see tokens.css comment).
   Per-fork clients can override --font-display in their tokens.css if
   they prefer a serif display, and re-add a Fraunces.woff2 (or another
   font file) to src/fonts/ with a matching @font-face declaration. */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/InterVariable.woff2') format('woff2-variations'),
       url('/fonts/InterVariable.woff2') format('woff2');
}
