/* Self-contained font definitions — Inter + JetBrains Mono.
   Loaded LOCALLY from assets/fonts/ → garantat disponibil la print/PDF
   chiar și fără internet, fără cache shared, fără Google Fonts CDN.

   Ambele sunt variable fonts (un singur fișier acoperă toate weight-urile
   între 100 și 900). font-display:block înseamnă browserul așteaptă până
   se încarcă (max ~3s) înainte să randeze cu fallback — esențial pentru
   layout corect în PDF. */

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

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