/* Poppins 300/400/500 — the weights finer.co.nz uses.
   Self-hosted rather than pulled from Google Fonts: no third-party runtime
   dependency, no request leaving the origin, and the warehouse app keeps
   working if fonts.googleapis.com is slow or blocked. */
@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;
  src:url('/fonts/poppins-latin-300-normal.woff2') format('woff2')}
@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;
  src:url('/fonts/poppins-latin-400-normal.woff2') format('woff2')}
@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;
  src:url('/fonts/poppins-latin-500-normal.woff2') format('woff2')}
