/* Webfont loading.
   The source spec calls for two proprietary families — rb-freigeist-neue
   (display) and basier-square (body/UI) — that could not be provided as
   font files. Per the spec's own substitution guidance we use Bricolage
   Grotesque (display) and Geist (body); JetBrains Mono is used directly
   since it was already open-source. Loaded from Google Fonts because no
   binaries were available to self-host in this environment — see readme.md
   "Visual Foundations > Typography" for the flag + ask to swap in real
   licensed font files later. */

@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400..800&family=Geist:wght@400..600&family=JetBrains+Mono:wght@400;500;600&display=swap");
