/* Self-hosted instead of fonts.googleapis.com so page views don't send visitors' IP
   addresses to Google. Subset to Latin + Cyrillic WOFF2; licenses: OFL-*.txt here. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/inter-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/inter-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/inter-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/inter-900.woff2') format('woff2');
}
/* Space Grotesk has no Black cut; the pages ask for 900, so the Bold face covers it. */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
  src: url('/fonts/space-grotesk-700.woff2') format('woff2');
}
