/* ============================================================================
   Phersona teaser — fonts.css (CDN path)
   The teaser is disposable and deleted at launch, so we load the typefaces from
   Google Fonts rather than self-hosting. The product app self-hosts (see the
   design-system fonts.css). Link this BEFORE tokens.css.

   Families match tokens.css: Plus Jakarta Sans (UI), JetBrains Mono (IDs/meta).
   Noto per-script fallback is added when a locale needs it.
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap');
