/* ---------------------------------------------------------------
   JuMaRo — polices servies depuis nos propres serveurs.
   Remplace l appel a fonts.googleapis.com : aucune adresse IP
   de visiteur transmise a Google (RGPD + charte anti-GAFAM).
   DM Sans et Lora sont sous licence SIL Open Font 1.1,
   redistribution autorisee.
   Fichiers attendus dans /assets/fonts/ (voir INSTALL-FONTS.md).
--------------------------------------------------------------- */

@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/dm-sans-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/dm-sans-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/dm-sans-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/lora-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/lora-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
