/* Job UI fonts — self-hosted variable faces, loaded from index.html before the app bundle.
   font-display: block avoids visible swap (FOUT) once files are preloaded. */

@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 100 900;
  font-display: block;
  src: url('/fonts/inter-tight-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter Tight';
  font-style: italic;
  font-weight: 100 900;
  font-display: block;
  src: url('/fonts/inter-tight-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 100 800;
  font-display: block;
  src: url('/fonts/jetbrains-mono-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'JetBrains Mono';
  font-style: italic;
  font-weight: 100 800;
  font-display: block;
  src: url('/fonts/jetbrains-mono-italic.woff2') format('woff2');
}
