/* Void Helm — webfonts.
   The source repo wires these exact four Google families via next/font
   (app/layout.tsx). No font binaries live in the repo, so we link the same
   families from Google Fonts — an exact match, not a substitution. */

@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;700&family=Space+Grotesk:wght@400;500;700&family=Instrument+Sans:wght@400;500;600&family=Newsreader:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap');
