/* ==========================================================
   📦 POLICES PERSONNALISÉES
========================================================== */

@font-face {
  font-family: 'Allison';
  src: url('../fonts/Allison.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Parisienne';
  src: url('/wp-content/themes/twentytwentyfour-child/fonts/Parisienne.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* ==========================================================
   📝 Titres & textes
========================================================== */

/* Limitation du titre des articles à 2 lignes */
.wp-block-post-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  max-height: 2.8em;
  min-height: 2.8em;
}

/* ==========================================================
   🛒 WooCommerce — typographie globale
========================================================== */

/* Tableaux WooCommerce */
.woocommerce table,
.woocommerce th,
.woocommerce td {
  font-family: 'Cormorant', serif !important;
  font-size: 16px;
}

/* Texte global WooCommerce */
.woocommerce,
.woocommerce-page,
.woocommerce td,
.woocommerce th,
.woocommerce form,
.woocommerce label {
  font-family: 'Cormorant', serif;
  font-size: 15px !important;
  line-height: 1.5;
}
