/* ═══════════════════════════════════════════════════════════════════
   LendWorks web fonts — Google Fonts CDN
   ---------------------------------------------------------------------
   Design system calls for:
     Source Serif 4  (display / H1-H2 / hero figures)   ← GT Sectra proxy
     Inter           (sans / UI default)                  ← Söhne proxy
     JetBrains Mono  (mono / tabular data / code)         ← Söhne Mono proxy

   GT Sectra and Söhne are commercial. Google Fonts provides close proxies;
   swap to the licensed originals by dropping woff2 files here and adding
   local @font-face rules above the @import.

   Note: fonts are CDN-loaded. Historical self-hosted .woff2 files in this
   directory are unused by the web app (a few .ttf files remain for
   server-side PDF / OG image generation and three.js text geometry).
   ═══════════════════════════════════════════════════════════════════ */

@import url("https://fonts.googleapis.com/css2?family=Source+Serif+4:opsz,wght@8..60,400;8..60,500;8..60,600&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap");
