/*
 * Self-hosted fonts (Google Fonts CDN removed for GDPR — visitor IPs no
 * longer reach Google for typography). Anybody and Work Sans are variable
 * fonts covering the weight range in one file; Space Mono is static.
 *
 * All three are licensed under the SIL Open Font License 1.1.
 */

@font-face {
  font-family: 'Anybody';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/anybody-var.woff2') format('woff2');
}

@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/work-sans-var.woff2') format('woff2');
}

@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/space-mono-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/space-mono-700.woff2') format('woff2');
}
