/* TakiSet — fine-jewelry rose-gold theme tokens (drives ecom.css framework: corp pages, cards, listing) */
:root{
  --ep-primary:#b76e79;
  --ep-primary-d:#98545f;
  --ep-primary-l:#d8a9b1;
  --ep-gold:#c1954f;
  --ep-ink:#241a1c;
  --ep-muted:#8c7a7d;
  --ep-paper:#ffffff;
  --ep-cream:#faf5f1;
  --ep-soft:#f2e9e3;
  --ep-line:#e8dbd3;
  --ep-sale:#b03a4a;
  --ep-font-head:"Cormorant Garamond",Georgia,serif;
  --ep-font-body:"Jost","Segoe UI",sans-serif;
  --ep-radius:3px;
  --ep-shadow:0 20px 44px -26px rgba(120,70,80,.42);
}
/* corp/cms headings use the display serif for brand consistency */
.cms-hero h1,.cms h2,.cms h3,.faq-q{font-family:var(--ep-font-head);}
.cms-hero{background:var(--ep-cream);}
