/* ─────────────────────────────────────────────────────────────
   ET Book — self-hosted. The .woff files live in public/fonts/.
   This stylesheet is linked from index.html (not bundled by
   webpack) so the runtime, root-relative /fonts/ URLs resolve
   against the served site root rather than the build graph.
   See public/fonts/README.md for where the files come from.
   ───────────────────────────────────────────────────────────── */
@font-face {
  font-family: 'et-book';
  src: url('/fonts/et-book-roman-line-figures.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'et-book';
  src: url('/fonts/et-book-display-italic-old-style-figures.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'et-book';
  src: url('/fonts/et-book-bold-line-figures.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
