/* /public/fonts/fonts.css */
/* Ne contient QUE des @font-face, aucun style bloquant */

/* Anton pour les titres */
@font-face {
  font-family: 'Anton';
  src: url('/public/fonts/anton/Anton-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Zalando Sans SemiExpanded pour le texte */
@font-face {
  font-family: 'Zalando Sans SemiExpanded';
  src: url('/public/fonts/zalando/ZalandoSansSemiExpanded-Regular.ttf') format('ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Zalando Sans SemiExpanded';
  src: url('/public/fonts/zalando/ZalandoSansSemiExpanded-Bold.ttf') format('ttf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
