/* Self-hosted canonical Finray font stack for legacy research iframes.
   Mirrors src/styles/global.css @font-face declarations, but standalone
   because iframes cannot share the Astro app's CSS scope.
   Allowed weight ranges match the canonical typography lock (2026-04-27). */

@font-face {
  font-family: "Space Grotesk Variable";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("/fonts/space-grotesk/space-grotesk-latin-wght-normal.woff2")
    format("woff2-variations"),
    url("/fonts/space-grotesk/space-grotesk-latin-wght-normal.woff2")
    format("woff2");
}

@font-face {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/fonts/satoshi/satoshi-variable.woff2") format("woff2-variations"),
    url("/fonts/satoshi/satoshi-variable.woff2") format("woff2");
}

@font-face {
  font-family: "JetBrains Mono Variable";
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url("/fonts/jetbrains-mono/jetbrains-mono-latin-wght-normal.woff2")
    format("woff2-variations"),
    url("/fonts/jetbrains-mono/jetbrains-mono-latin-wght-normal.woff2")
    format("woff2");
}
