/* Self-hosted brand faces — latin subset, variable weight axis.
   Vendored from Google Fonts so the app makes zero third-party requests
   at runtime. Both faces are SIL OFL 1.1.

   These are the two faces BRAND.md §4 specifies. Do not substitute
   Inter/Roboto/Open Sans — that is the "generic template" smell the
   system exists to avoid. */

@font-face {
  font-family: 'Schibsted Grotesk';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('schibsted-grotesk-var.woff2') format('woff2');
}

@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('jetbrains-mono-var.woff2') format('woff2');
}
