/* Outfit and Caveat, served from this domain.
 *
 * They used to come from fonts.googleapis.com, which meant every first visit
 * spent a DNS lookup, a TLS handshake and a stylesheet round trip on a third
 * party before a single letter could be drawn, and then a second connection
 * to fonts.gstatic.com for the files themselves. Both are now on the same
 * connection the page is already using.
 *
 * Latin only, which is what the site is written in. font-display:swap keeps
 * the text readable in the fallback while the real face arrives, exactly as
 * the Google stylesheet did.
 *
 * Only the weights the CSS actually asks for are here. Caveat is used at one
 * weight in two places, so only that one is carried.
 */

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

@font-face{font-family:"Caveat";font-style:normal;font-weight:600;font-display:swap;
  src:url("/assets/fonts/caveat-600.woff2") format("woff2")}
