@font-face {
  font-family: "TAN PEARL";
  src:
    url("/assets/fonts/tan-pearl/fonnts.com-tan-pearl.woff2") format("woff2"),
    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;
}

/* Titres produits sur la home (Nouveautés / Incontournables / Promotions) */
.page-home .rds-home-products__name,
#rds-incontournables-embed .rdsna-name,
#rds-new-arrivals-embed .rdsna-name,
#rds-promotions-embed .rdsna-name{
  font-family: var(--rds-font-stack) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}
