@font-face {
  font-family: 'Poppins';
  src: url('/wp-content/uploads/fonts/poppins-v24-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('/wp-content/uploads/fonts/poppins-v24-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('/wp-content/uploads/fonts/poppins-v24-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-display: swap;
}

/* Application globale */
body {
  font-family: 'Poppins', sans-serif;
}
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6,
.woocommerce-loop-product__title,
.product_title,
.price,
.woocommerce-Price-amount,
button,
.btn {
  font-weight: 600;
}
