/* LUMÉ Aesthetics — design tokens (beauty & aesthetics demo) */
:root {
  --bg: #FBF6F1;            /* blush-cream canvas */
  --ink: #2A2024;           /* plum */
  --ink-deep: #1A1416;      /* soft warm near-black (glow spotlight) */
  --muted: #8A7E82;
  --line: rgba(42,32,36,.12);
  --card: #FFFFFF;
  --accent: #C8A06A;        /* champagne / rose-gold */
  --accent-ink: #2A2024;
  --radius: 16px;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Jost", system-ui, sans-serif;
}
