/* Police Luciole — auto-hébergée. Conçue pour la basse vision.
   Luciole © Laurent Bourcellier & Jonathan Perez — Licence CC BY 4.0
   Fichier servi statiquement (hors webpack) : les url() relatives restent stables. */

@font-face {
  font-family: 'Luciole';
  src: url('./Luciole-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Luciole';
  src: url('./Luciole-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Luciole';
  src: url('./Luciole-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Luciole';
  src: url('./Luciole-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
