/* Self-hosted fonts.
 *
 * These used to load from fonts.googleapis.com, which meant every visitor's
 * IP address went to Google on every page view - while this site's own
 * privacy section said "no analytics, no tracking, no telemetry service
 * reading what you do". That was not true, and a German court has already
 * ruled that embedding Google Fonts without consent breaches the GDPR.
 *
 * Self-hosting makes the claim true, removes a third party from the path,
 * and makes the site load faster. Woff2, latin subset only.
 */
@font-face{font-family:Archivo;font-style:normal;font-weight:500;font-display:swap;
  src:url(fonts/archivo-latin-500-normal.woff2) format('woff2')}
@font-face{font-family:Archivo;font-style:normal;font-weight:600;font-display:swap;
  src:url(fonts/archivo-latin-600-normal.woff2) format('woff2')}
@font-face{font-family:Archivo;font-style:normal;font-weight:800;font-display:swap;
  src:url(fonts/archivo-latin-800-normal.woff2) format('woff2')}
@font-face{font-family:'JetBrains Mono';font-style:normal;font-weight:400;font-display:swap;
  src:url(fonts/jetbrains-mono-latin-400-normal.woff2) format('woff2')}
@font-face{font-family:'JetBrains Mono';font-style:normal;font-weight:500;font-display:swap;
  src:url(fonts/jetbrains-mono-latin-500-normal.woff2) format('woff2')}
@font-face{font-family:'Source Serif 4';font-style:normal;font-weight:400;font-display:swap;
  src:url(fonts/source-serif-4-latin-400-normal.woff2) format('woff2')}
@font-face{font-family:'Source Serif 4';font-style:normal;font-weight:600;font-display:swap;
  src:url(fonts/source-serif-4-latin-600-normal.woff2) format('woff2')}
