/**
 * Future Island — typography stacks (1.6.0).
 *
 * PRIVACY: this file deliberately contains NO remote font request. Earlier
 * releases loaded Instrument Sans / Space Grotesk / Inter / JetBrains Mono from
 * fonts.googleapis.com, which transmits every visitor's IP address to a third
 * party — an unnecessary transfer for an EU-established operator, and one that
 * has been held to require consent (LG München I, 3 O 17493/20).
 *
 * The stacks below resolve to the highest-quality faces already present on the
 * user's device, so the editorial intent (geometric-humanist UI, monospaced
 * data) is preserved with zero third-party requests and zero render-blocking
 * network round-trips.
 *
 * SELF-HOSTING PATH: Instrument Sans, Space Grotesk, Inter and JetBrains Mono
 * are all SIL OFL-1.1, which permits redistribution with the license text. To
 * restore the exact brand faces, drop the .woff2 files into assets/fonts/,
 * ship the OFL license alongside them, add @font-face blocks HERE (nowhere
 * else), and record them in THIRD_PARTY_NOTICES.md. The named families below
 * are already first in each stack, so self-hosted files are picked up with no
 * other change anywhere in the codebase.
 */

:root {
  /* Named brand faces first — used automatically if self-hosted or already
     installed locally — then a durable cross-platform system fallback. */
  --fi-font-sans: "Instrument Sans", "Space Grotesk", Inter, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  --fi-font-display: "Space Grotesk", "Instrument Sans", system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --fi-font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, "SF Mono", Menlo,
    Consolas, "Liberation Mono", monospace;
}
