/* Self-hosted — no visitor data goes to Google or any third party.
   Two variable faces, latin subset:
   - Bodoni Moda    (Didone display)  — weight + optical-size axes
   - Libre Franklin (neo-grotesque)   — weight axis
   No unicode-range: these are the only faces on the page, so let the browser
   use them for every glyph rather than risk a per-character system fallback. */
@font-face {
  font-family: 'Bodoni Moda';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(bodoni-moda-latin.woff2) format('woff2');
}
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(libre-franklin-latin.woff2) format('woff2');
}
