/* Real Space Grotesk and JetBrains Mono, extracted from the brand book's own
   embedded latin subset so the makers render pixel-identical type. Variable
   fonts: one file per family, one rule covering the weight range. */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(fonts/SpaceGrotesk-Variable.woff2) format('woff2-variations'), url(fonts/SpaceGrotesk-Variable.woff2) format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(fonts/JetBrainsMono-Variable.woff2) format('woff2-variations'), url(fonts/JetBrainsMono-Variable.woff2) format('woff2');
}
