/*
  Placez votre fichier de police Sloop ici.
  Formats supportés : .woff2, .woff, .ttf
  Exemple : Sloop-Regular.woff2, Sloop-Bold.woff2
  Mettez à jour les chemins ci-dessous si les noms sont différents.
*/

@font-face {
  font-family: 'Sloop';
  src: url('/fonts/Sloop.woff2') format('woff2'),
       url('/fonts/Sloop.woff') format('woff'),
       url('/fonts/Sloop.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sloop';
  src: url('/fonts/Sloop-Bold.woff2') format('woff2'),
       url('/fonts/Sloop-Bold.woff') format('woff'),
       url('/fonts/Sloop-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}