/* Self-hosted variable fonts: Schibsted Grotesk + JetBrains Mono, latin subsets (Google Fonts, OFL).
   Relative URLs so the /app/ base rewrite (staging build) keeps resolving. */
@font-face {
  font-family: 'Schibsted Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/SchibstedGrotesk-var.woff2') format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('fonts/JetBrainsMono-var.woff2') format('woff2');
}
