/* ============================================================
   FONTS
   Self hosted Poppins and JetBrains Mono.

   Loading these from fonts.googleapis.com costs the page a DNS
   lookup, a TLS handshake and a render blocking stylesheet on a
   third party origin before a single glyph can paint. Serving the
   woff2 files from our own origin removes all of that from the
   critical path, and .htaccess already caches them for a year.

   The faces are the same eight files the landing page uses, so a
   page that loads this file and a page that loads
   assets/css/enquiry-to-revenue.css share one set of downloads.

   Note: JetBrains Mono ships at 400 only. The four mono labels in
   blog-post.css ask for 500 and the browser synthesises it. At
   11px uppercase with letter spacing the difference is not
   visible. Drop a jetbrainsmono-500-latin.woff2 in and add a face
   here if that ever stops being true.
   ============================================================ */

@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;
  src:url(/assets/fonts/poppins-300-latin.woff2) format("woff2")}
@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;
  src:url(/assets/fonts/poppins-400-latin.woff2) format("woff2")}
@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;
  src:url(/assets/fonts/poppins-500-latin.woff2) format("woff2")}
@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;
  src:url(/assets/fonts/poppins-600-latin.woff2) format("woff2")}
@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;
  src:url(/assets/fonts/poppins-700-latin.woff2) format("woff2")}
@font-face{font-family:Poppins;font-style:normal;font-weight:800;font-display:swap;
  src:url(/assets/fonts/poppins-800-latin.woff2) format("woff2")}

/* The latin subset stops short of U+2192. Without this the arrow in
   a button or a list bullet falls back to a system face and reads as
   a different font. 1.6KB, single glyph. */
@font-face{font-family:Poppins;font-style:normal;font-weight:800;font-display:swap;
  src:url(/assets/fonts/poppins-800-arrow.woff2) format("woff2");unicode-range:U+2192}

@font-face{font-family:"JetBrains Mono";font-style:normal;font-weight:400;font-display:swap;
  src:url(/assets/fonts/jetbrainsmono-400-latin.woff2) format("woff2")}
