/* The brand typefaces, self-hosted.
 *
 * Every page in this project declared --sans:"Outfit" and --mono:"JetBrains Mono"
 * and not one of them ever loaded either file. The whole site rendered in
 * system-ui — the fallback — for its entire life, which is why it read like a
 * developer tool rather than the identity it was designed against. Declaring a
 * family is not loading it.
 *
 * Self-hosted rather than linked from Google: one less third party between a
 * reader and the page, no external request to fail, and the site keeps its
 * typeface offline and behind a firewall. Latin subset only; the copy is English
 * and shipping every subset would be dead weight on a page whose whole argument
 * is that nothing here is decorative.
 *
 * font-display:swap so text is readable during the load. A blank paragraph is a
 * worse first impression than a wrong typeface for 200ms.
 */

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

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