/* === GRIFTER === */
@font-face {
  font-family: 'GRIFTER';
  src: url('/assets/fonts/GRIFTERBold.woff2') format('woff2'),
       url('/assets/fonts/GRIFTERBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap; /* évite le CLS lié au chargement de la police */
}

/* === Poppins Medium === */
@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* === Poppins Black === */
@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
