/* TYPOGRAPHIE GLOBALE DAR RUH */
:root{
  --titre-size: 36px;
  --titre-spacing: 4px;
  --sous-titre-size: 15px;
}

/* Tous les titres majuscules du site */
.dr-products-title,
.dr-maison-title,
.pp-title,
.pp-layering-title,
.cof-section-title,
.cof-essentiels-title,
.cof-banner-title,
.cof-perso-title{
  font-family:'Cochin','Book Antiqua',serif;
  font-size:var(--titre-size) !important;
  letter-spacing:var(--titre-spacing) !important;
  font-weight:400;
  text-transform:uppercase;
}

/* Tous les sous-titres italiques */
.cof-section-sub,
.cof-perso-title-em,
.dr-maison-sub,
.pp-layering-eyebrow{
  font-family:'Cochin','Book Antiqua',serif;
  font-size:var(--sous-titre-size) !important;
  font-style:italic;
  font-weight:300;
}
