/* ============================================================
   Type — Poppins (local, offline) for UI/body
            Newsreader (editorial display serif) for headings
   Newsreader is loaded NON-BLOCKING from each HTML <head> (async <link>),
   so the page renders instantly with the local serif fallback even if the
   font network is slow/offline — then upgrades to Newsreader when ready.
   ============================================================ */

/* Local Poppins + Oswald (rebuilt from downloaded woff2) */
@font-face{font-family:'Oswald';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/Oswald-400-normal-5.woff2') format('woff2');}
@font-face{font-family:'Oswald';font-style:normal;font-weight:500;font-display:swap;src:url('../fonts/Oswald-500-normal-10.woff2') format('woff2');}
@font-face{font-family:'Oswald';font-style:normal;font-weight:600;font-display:swap;src:url('../fonts/Oswald-600-normal-15.woff2') format('woff2');}
@font-face{font-family:'Poppins';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/Poppins-400-normal-16.woff2') format('woff2');}
@font-face{font-family:'Poppins';font-style:normal;font-weight:500;font-display:swap;src:url('../fonts/Poppins-500-normal-19.woff2') format('woff2');}
@font-face{font-family:'Poppins';font-style:normal;font-weight:600;font-display:swap;src:url('../fonts/Poppins-600-normal-22.woff2') format('woff2');}
@font-face{font-family:'Poppins';font-style:normal;font-weight:700;font-display:swap;src:url('../fonts/Poppins-700-normal-25.woff2') format('woff2');}
