/* ============================================================
   Polices auto-hébergées (remplace Google Fonts)
   Fraunces : police variable (graisse 100–900, taille optique automatique)
   Inter    : graisses statiques 400/500/600/700
   Sous-ensemble "latin" uniquement (suffisant pour le français : é è ê à ç ô œ...)
   ============================================================ */

@font-face{
  font-family:'Fraunces';
  font-style:normal;
  font-display:swap;
  font-weight:100 900;
  src:url('fonts/fraunces-latin-normal.woff2') format('woff2-variations'),
      url('fonts/fraunces-latin-normal.woff2') format('woff2');
}
@font-face{
  font-family:'Fraunces';
  font-style:italic;
  font-display:swap;
  font-weight:100 900;
  src:url('fonts/fraunces-latin-italic.woff2') format('woff2-variations'),
      url('fonts/fraunces-latin-italic.woff2') format('woff2');
}

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