/* Vendored, same-origin fonts (no runtime CDN) so they also embed cleanly into
   the PNG export. Refresh with `npm run vendor`. */

@font-face {
  font-family: 'Cal Sans';
  font-style: normal;
  font-weight: 400 800; /* single weight file, allow any requested weight */
  font-display: swap;
  src: url('/lib/fonts/cal-sans-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/lib/fonts/figtree-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/lib/fonts/figtree-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/lib/fonts/figtree-700.woff2') format('woff2');
}
