/*
  Self-hosted webfonts, not a font CDN: a third-party request in the critical
  path is both a latency cost and a privacy one. Manrope carries body and
  secondary headings; Saira Semi Condensed 800 is the loaded stand-in for the
  licensed Futura Condensed Extra Bold display face (drop the licensed woff2
  into a consumer and the --cg-font-display stack picks it up with no code
  change); JetBrains Mono is used only inside prompt and terminal surfaces.
  The family stacks live in tokens.css.

  These are bare package specifiers: Vite (Astro) and Next's css-loader both
  resolve them. A pipeline that cannot should import the three fontsource
  packages directly.

  The three packages are real dependencies of @cloudgrid-io/ui, so installing
  this package is enough. v0 also shipped a '@cloudgrid/ui/fonts' JS entry for
  pipelines that cannot resolve bare CSS specifiers; it was not ported. Add it
  if a consumer turns out to need it rather than on speculation.
*/
@import '@fontsource-variable/manrope';
@import '@fontsource/saira-semi-condensed/800.css';
@import '@fontsource-variable/jetbrains-mono';
