/* ============================================================
   POPPINS — auto-hébergée (aucune requête externe, ARTCI-friendly)
   font-display: swap → le texte s'affiche immédiatement, la police
   « swap » dès qu'elle est prête (pas de texte invisible sur mobile).
   ============================================================ */

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;          /* Light — « Shopi » du wordmark */
  font-display: swap;
  src: url('../fonts/poppins-300.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;          /* Regular — corps de texte */
  font-display: swap;
  src: url('../fonts/poppins-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;          /* Medium — libellés, boutons secondaires */
  font-display: swap;
  src: url('../fonts/poppins-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;          /* SemiBold — titres de section, CTA */
  font-display: swap;
  src: url('../fonts/poppins-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;          /* Bold — « Tech » du wordmark, gros titres */
  font-display: swap;
  src: url('../fonts/poppins-700.woff2') format('woff2');
}
