/**
 * Brand: De Sleutel tot Jezelf
 * Kernpalet (woordmerk + UI):
 *   primary #C98C9B · foreground #3F3735 · secondary #7E7DB7 · background #F7F1EB
 * Include before ../styles.css in your HTML.
 */
:root {
  --background: 30 43% 95%;
  --foreground: 12 9% 23%;
  --card: 30 33% 91%;
  --popover: 30 43% 95%;
  --primary: 345 36% 67%;
  --primary-foreground: 30 50% 98%;
  --secondary: 241 29% 60%;
  --section-label: 241 29% 60%;
  --muted: 30 29% 89%;
  --muted-foreground: 12 14% 34%;
  --accent: 345 28% 92%;
  --border: 30 15% 85%;
  --ring: 345 36% 67%;
  --radius: 0.75rem;
  --rose-soft: 345 28% 77%;
  --sage: 241 17% 72%;
  --blush: 340 22% 91%;
  --font-heading: "Cormorant Garamond", serif;
  --font-body: "DM Sans", sans-serif;
}
