/* Fonts embarquées localement pour mode offline (Salve 4 #16)
   URLs RELATIVES au fichier fonts.css → fonctionne en file:// (Electron) et en HTTP */

@font-face {
  font-family: 'Bangers';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./Bangers-400-latin.woff2) format('woff2');
}

@font-face {
  font-family: 'Comic Relief';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./Comic-Relief-400-latin.woff2) format('woff2');
}

@font-face {
  font-family: 'Comic Relief';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./Comic-Relief-700-latin.woff2) format('woff2');
}

@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(./JetBrains-Mono-500-latin.woff2) format('woff2');
}

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