/* ウィッシュリスト全体を細く、間隔を広くする */
div[class*="wishlist"], 
div[class*="xb-"], 
.xb-wishlist-app,
h1, h2, h3, p, a, span, button {
  /* テーマのフォントを使う */
  font-family: var(--font-body-family), sans-serif !important;
  
  /* 文字を細くする（数字が小さいほど細い。通常は400） */
  font-weight: 300 !important; 
  
  /* 文字の間隔を広げる */
  letter-spacing: 0em !important; 
}

/* タイトル部分は特に細く見せたい場合 */
h1, h2 {
   font-weight: 200 !important; /* さらに細く */
}