/* ===========================================================================
   Paycifi — Webfonts
   Chosen to echo the geometric, slightly squared Paycifi wordmark while
   staying highly legible for dense financial data.
     · Poppins          — display / headings (geometric, friendly; used LIGHT)
     · Plus Jakarta Sans — body / UI (humanist, calm, very readable)
     · IBM Plex Mono   — amounts, IDs, codes (tabular fintech numerals)

   NOTE: Poppins is a close Google-Fonts match for the light geometric
   headings on paycifi.com — the exact brand face was not supplied. If Paycifi
   has a licensed display font, drop the .woff2 in assets/fonts/ and swap this.
   =========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&family=IBM+Plex+Mono:wght@400;500;600&display=swap');
