/* =========================================================
   POLICES AUTO-HÉBERGÉES
   Remplace le chargement depuis fonts.googleapis.com — aucune
   requête vers Google, aucune IP transmise à un tiers.
   Chargé en tout premier, avant base.css.
   ========================================================= */

@font-face{
  font-family:'Fraunces';
  src:url('../fonts/fraunces-400-normal.woff2') format('woff2');
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Fraunces';
  src:url('../fonts/fraunces-500-normal.woff2') format('woff2');
  font-weight:500;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Fraunces';
  src:url('../fonts/fraunces-600-normal.woff2') format('woff2');
  font-weight:600;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Fraunces';
  src:url('../fonts/fraunces-400-italic.woff2') format('woff2');
  font-weight:400;
  font-style:italic;
  font-display:swap;
}

@font-face{
  font-family:'Inter';
  src:url('../fonts/inter-400-normal.woff2') format('woff2');
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Inter';
  src:url('../fonts/inter-500-normal.woff2') format('woff2');
  font-weight:500;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Inter';
  src:url('../fonts/inter-600-normal.woff2') format('woff2');
  font-weight:600;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:'IBM Plex Mono';
  src:url('../fonts/ibm-plex-mono-500-normal.woff2') format('woff2');
  font-weight:500;
  font-style:normal;
  font-display:swap;
}
