/* Postie · tokens/fonts.css — the two faces of `nunito-pair`.
   Nunito 800 (display + wordmark) · Nunito Sans 400 / 600 / 700 (UI + body).
   Web delivery is Google Fonts; a consuming project that self-hosts replaces this one @import
   with its own @font-face rules for the same family names and weights — nothing else changes,
   because every consumer reads the faces through --postie-font-* (typography.css).
   Fallback stack (declared in typography.css): 'Helvetica Neue', Arial, sans-serif. */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@800&family=Nunito+Sans:wght@400;600;700&display=swap');
