/* =========================================================================
   ConversionClub — Webfonts
   Poppins  → display / brand (the "logo trick": keyword heavier, rest Light)
   Inter    → body / UI
   Loaded from the Google Fonts CDN (these are the real brand faces, not
   substitutes). To self-host, drop the woff2 files in assets/fonts and
   swap this @import for local @font-face rules. See readme.md → TYPOGRAPHY.
   ========================================================================= */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');
