/* ---- Shared Marketing typography ----
   Poppins is the typeface for every page rendered by _Layout.cshtml (body, e.g.
   body.package-page) and the package-detail modal it opens on top of those pages
   (body.pl-package-detail-modal-open .package-detail-modal). The Google Fonts
   stylesheet is loaded once in _Layout.cshtml's <head> — pages/partials must not
   re-link it or redeclare font-family elsewhere. */
body,
.navbar-top,
.footer-section,
body.pl-package-detail-modal-open .package-detail-modal {
    font-family: 'Poppins', sans-serif;
}
