/* ============================================
   GRAVANO — TYPOGRAPHIE
   Cormorant Garamond (titres, l'italianité chic)
   Figtree (corps, lisible et moderne)
   ============================================ */

body, p, li, .wc-block-components-product-name{
  font-family:'Figtree', sans-serif;
  color:var(--gv-encre);
  line-height:1.6;
}

h1, h2, h3, h4,
.gv-serif,
.woocommerce-loop-category__title,
.product_title{
  font-family:'Cormorant Garamond', serif;
  font-weight:500;
}

/* Le logo Gravano */
.site-logo a, .site-title a{
  font-family:'Cormorant Garamond', serif;
  font-size:1.65rem;
  font-weight:600;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.site-logo a span, .gv-logo-accent{
  color:var(--gv-or);
}

/* Citations / manifeste / pitchs de rayon en italique serif */
.gv-manifeste p,
.gv-pitch,
blockquote{
  font-family:'Cormorant Garamond', serif;
  font-style:italic;
  font-weight:400;
}

/* Étiquettes de rayon (double étage — étage 1 : le nom fonctionnel clair) */
.gv-etiquette{
  font-family:'Figtree', sans-serif;
  font-size:1rem;
  letter-spacing:.22em;
  text-transform:uppercase;
  font-weight:600;
}

/* Nom Gravano du rayon (double étage — étage 2 : la signature) */
.gv-signature{
  font-family:'Cormorant Garamond', serif;
  font-style:italic;
  font-weight:500;
}
