/* ---- Shared admin-shell typography ----
   Poppins is the typeface for every page rendered by AdminShell.Master (.dash-body)
   and the TCP super-user dashboard (PLSuperUser.Master → .tcp-body). The package-detail
   pages (_PackageDetailPageLayout → .package-detail-body).*/
body.dash-body,
body.tcp-body,
body.package-detail-body {
    font-family: 'Poppins', sans-serif;
}