/* Figtree, self-hosted. The prototype hotlinked Google Fonts; a client page
   must not depend on a third-party origin to render its own brand.

   ONE FILE, not six: Google serves Figtree as a VARIABLE font and returned
   the same 20 KB woff2 for every weight we asked for (verified by md5). A
   weight RANGE on one @font-face is what makes 400..900 work off it; six
   @font-face rules would have shipped the same bytes six times.

   Latin subset only -- the copy is English. */

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