/* Self-hosted booklet fonts.
   Both families are variable fonts (a single woff2 covers the whole weight range),
   served from our own origin. This removes the runtime dependency on the Google
   Fonts CDN — which was stalling html2canvas during PDF generation on slow
   connections (the cross-origin fonts.googleapis.com fetch could hang/cancel).
   Latin subset only (the booklet is English). */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url("/assests/fonts/booklet/montserrat-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("/assests/fonts/booklet/notosans-latin.woff2") format("woff2");
}
