:root {
  /* Base */
  --color-primary: #0f172a;
  --color-text: #111827;
  --color-muted: #6b7280;

  /* Background */
  --bg-main: #ffffff;
  --bg-soft: #f9f7f3;

  /* Accent luxe */
  --accent-gold: #c9a24a;
  --accent-gold-soft: rgba(201, 162, 74, 0.15);

  /* Accent artistique */
  --accent-art: #9333ea;

  --btn-hover: #020617;

  /* Interaction (optionnel) */
  --ui-accent: #9333ea;
}
