/* All 4 Poppins weights — loaded async (media=print/onload trick) so none of
   them join the render-blocking critical-request chain. Regular used to ship
   in its own tiny sheet (loaded blocking, since WP Rocket's own crawl found
   it above the fold on every page tested) but was folded in here once we
   deliberately deferred it too, to fully clear Lighthouse's chaining audit —
   trade-off: brief FOUT to the fallback face on first paint. See
   functions.php's axon-fonts-deferred enqueue for the loader. */
@font-face{font-family:'Poppins';src:url('../fonts/poppins-regular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Poppins';src:url('../fonts/poppins-medium.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'Poppins';src:url('../fonts/poppins-semibold.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:'Poppins';src:url('../fonts/poppins-bold.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}
