/* Self-hosted variable WOFF2s. Replaces fonts.googleapis.com + fonts.gstatic.com.
   No Google IP-logs per visitor; no FOIT swap from a CDN handshake.
   Files served same-origin so they sit behind our Cloudflare cache. */

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

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('/shared/vendor/fonts/opensans.woff2') format('woff2-variations');
}
