/* Self-hosted variable subsets of the two ORBIT editorial faces
   (Hanken Grotesk + JetBrains Mono, latin subset from Google Fonts).
   Self-hosted so the animation renders byte-identically offline and in
   the headless screenshot rig — a font swap mid-shoot would silently
   change every measurement. */
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 100 900;
  font-display: block;
  src: url(fonts/HankenGrotesk.woff2) format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 100 800;
  font-display: block;
  src: url(fonts/JetBrainsMono.woff2) format('woff2');
}
