@font-face {
  font-family: "TAN PEARL";
  src: url("/assets/fonts/tan-pearl/fonnts.com-tan-pearl.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --rds-heading-font: "TAN PEARL", var(--rds-font-stack);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--rds-heading-font) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

/* ===== Exclure les titres produits de TAN PEARL ===== */

/* Cartes produit dans la boutique */
#rds-shop-root .rds-line-clamp-2{
  font-family: var(--rds-font-stack) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

/* Titre produit sur la fiche produit */
#rds-shop-root h1.text-3xl.font-bold.text-gray-900{
  font-family: var(--rds-font-stack) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}