body {
  transition: background-color 200ms ease, color 200ms ease;
}

html[data-theme="light"] {
  --bg: #FFFFFF;
  --card: #F5F5F5;
  --border: #E5D5DC;
  --text: #1a1a1a;
  --text-muted: #8B5A6B;
  --accent-glow: rgba(214, 63, 90, 0.25);
}
