/* Self-hosted type. Google Fonts was a cross-origin, render-blocking
   stylesheet that pulled six Outfit weights when the CSS uses five, and
   put two third-party hosts in the CSP. These are the latin subsets of
   exactly the weights in use, served from this origin, immutable.
   Both families are SIL Open Font License. font-display: swap paints
   text in the fallback face at once and swaps when the file lands.

   Outfit is ONE variable font covering 400-800, so it ships once and
   the weight range does the rest. It was briefly declared five times
   under five names — the same 32 KB file downloaded five over, 129 KB
   of waste on every first visit. Poppins is two static subsets, which
   is correct: they are genuinely different files. */

@font-face { font-family: 'Outfit'; font-style: normal; font-weight: 400 800; font-display: swap; src: url('/fonts/outfit-latin-var.woff2') format('woff2'); }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 700; font-display: swap; src: url('/fonts/poppins-700-latin.woff2') format('woff2'); }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 800; font-display: swap; src: url('/fonts/poppins-800-latin.woff2') format('woff2'); }
