/* ============================================================================
   Advancly MFB — self-hosted webfonts
   ----------------------------------------------------------------------------
   These were served from fonts.googleapis.com / fonts.gstatic.com, which handed
   every visitor's IP address to Google before they had agreed to anything. They
   are now served from our own domain, so no third party sees a visitor arrive.

   Both files are VARIABLE fonts: one file covers every weight from 100 to 900,
   which is why there are two files here instead of twelve.

   Subset to Latin + Latin Extended-A + punctuation + currency. The naira sign
   (U+20A6) is included DELIBERATELY and explicitly — it sits outside Google's
   default "latin" subset, so a naive subset silently breaks every ₦ on the
   site. If you ever regenerate these files, check ₦ still renders.
   ========================================================================== */

@font-face {
  font-family: 'Inter';
  src: url('inter-var.woff2') format('woff2');
  font-weight: 100 900;          /* variable: any weight in this range */
  font-style: normal;
  font-display: swap;            /* show fallback text immediately, swap when ready */
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('plus-jakarta-sans-var.woff2') format('woff2');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
