@layer theme {
  [data-theme="salon"] {
    --bg: #2a1f1a;
    --bg-mid: #362a22;
    --text: #f4ecdf;
    --accent: #d4956a;
    --muted: #9a8a7a;
    --rule: rgba(212,149,106,0.18);
    --font-display: 'Tenor Sans', sans-serif;
    --font-body: 'Manrope', system-ui, sans-serif;
    --btn-radius: 8px;
    --btn-weight: 500;
    --btn-transform: capitalize;
    --btn-tracking: 0.06em;
  }
}
