/*
 * Carnets d'Acadie — Polices auto-hébergées
 *
 * Tous les fichiers .woff2 doivent être placés dans ce dossier.
 * Voir README.md pour la procédure de téléchargement.
 *
 * Sous-ensembles : latin uniquement (pas de cyrillique, vietnamien…).
 * Format : woff2 uniquement — tous les navigateurs modernes le supportent.
 */

/* ===== LORA ===== */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('lora-v32-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('lora-v32-latin-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('lora-v32-latin-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('lora-v32-latin-500italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('lora-v32-latin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('lora-v32-latin-700.woff2') format('woff2');
}

/* ===== SOURCE SANS 3 ===== */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('source-sans-3-v15-latin-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('source-sans-3-v15-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('source-sans-3-v15-latin-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('source-sans-3-v15-latin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('source-sans-3-v15-latin-700.woff2') format('woff2');
}

/* ===== JETBRAINS MONO ===== */
/* JetBrains Mono : font-display: optional pour éviter de bloquer
   le LCP. Si la fonte n'est pas en cache au 1er rendu, le navigateur
   utilise le fallback (ui-monospace, Menlo) — pas grave pour des
   petits textes mono comme les dates ou les coordonnées. */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url('jetbrains-mono-v18-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  font-display: optional;
  src: url('jetbrains-mono-v18-latin-500.woff2') format('woff2');
}
